mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 22:51:52 +02:00
4 lines
231 B
Makefile
4 lines
231 B
Makefile
|
libpthread-ipk: ipkg-utils $(OPENWRT_IPK_DIR)/libpthread/CONTROL/*
|
||
|
chmod a+x $(OPENWRT_IPK_DIR)/libpthread/CONTROL/rules
|
||
|
cd $(OPENWRT_IPK_DIR)/libpthread ; $(IPKG_BUILDPACKAGE)
|
||
|
mv $(OPENWRT_IPK_DIR)/libpthread_*.ipk $(BUILD_DIR)
|