Please check if you copy the output of you build in the correct way. it should be similar like this example from TI. Use the projectroot folder if you havent done it yet. Best regards, Pascal # ---------------------------------------------------------------------------- # Target-Install # ---------------------------------------------------------------------------- $(STATEDIR)/wl1271.targetinstall: @$(call targetinfo) @$(call install_init, wl1271) @$(call install_fixup,wl1271,PRIORITY,optional) @$(call install_fixup,wl1271,SECTION,base) @$(call install_fixup,wl1271,AUTHOR,"Steve Schefter ") @$(call install_fixup,wl1271,DESCRIPTION,missing) @$(call install_copy, wl1271, 0, 0, 0644, \ $(PTXDIST_WORKSPACE)/projectroot/etc/wpa_supplicant.conf, \ /etc/wpa_supplicant.conf) @$(call install_copy, wl1271, 0, 0, 0755, \ $(PTXDIST_WORKSPACE)/projectroot/lib/firmware/ti-connectivity/wl127x-fw-3.bin, \ /lib/firmware/ti-connectivity/wl127x-fw-3.bin) @$(call install_copy, wl1271, 0, 0, 0755, \ $(PTXDIST_WORKSPACE)/projectroot/lib/firmware/ti-connectivity/wl1271-nvs.bin, \ /lib/firmware/ti-connectivity/wl1271-nvs.bin) @$(call install_copy, wl1271, 0, 0, 0755, \ $(PTXDIST_WORKSPACE)/projectroot/etc/init.d/wifi, \ /etc/init.d/wifi) @$(call install_link, wl1271, ../init.d/wifi, /etc/rc.d/S30wifi) @$(call install_finish,wl1271) @$(call touch) 2013/9/5 > Sorry I missed the answer to my 1st request from 31.07. on 16.8.2013 but > it does not really satisfy me because as I mentioned in my request the step > @$(call touch) is performed with every step in [package].make.**** > > ** ** > > For the second message from 22.8. I will try to explain what happens with > the qjson package.**** > > - step Download works**** > > - step extract works**** > > - step prepare works**** > > - step install does not work:**** > > the library is created but not put in the right places (/usr/lib)**** > > ** ** > > kind regards**** > > ** ** > > Henrik Kraft**** > > z.Zt. Heidolph GmbH & Co. KG**** > > Walpersdorfer Str. 12**** > > 91126 Schwabach**** > > 09122 – 99 20 - 58**** > > ** ** > > -- > ptxdist mailing list > ptxdist@pengutronix.de > >