blob: 75a5c540db49bfc262a0fc59ddc8cd4e177859ac (
plain)
1
2
3
4
|
kmod-tun-ipk: ipkg-utils $(OPENWRT_IPK_DIR)/kmod-tun/CONTROL/*
chmod a+x $(OPENWRT_IPK_DIR)/kmod-tun/CONTROL/rules
cd $(OPENWRT_IPK_DIR)/kmod-tun ; $(IPKG_BUILDPACKAGE)
mv $(OPENWRT_IPK_DIR)/kmod-tun_*.ipk $(BUILD_DIR)
|