mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-25 04:29:59 +00: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)
|