1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-04 10:11:17 +02:00
openwrt/obsolete-buildroot/make/kmod-nfs.mk

4 lines
221 B
Makefile

kmod-nfs-ipk: ipkg-utils $(OPENWRT_IPK_DIR)/kmod-nfs/CONTROL/*
chmod a+x $(OPENWRT_IPK_DIR)/kmod-nfs/CONTROL/rules
cd $(OPENWRT_IPK_DIR)/kmod-nfs ; $(IPKG_BUILDPACKAGE)
mv $(OPENWRT_IPK_DIR)/kmod-nfs_*.ipk $(BUILD_DIR)