Move complex packages to their own menu,
[openwrt.git] / openwrt / package / sdk / Makefile
index dba08ca..7644a4a 100644 (file)
@@ -47,8 +47,8 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2:
        mkdir -p $(IB_BUILD_DIR)/include
        mkdir -p $(IB_BUILD_DIR)/packages
        (cd $(PACKAGE_DIR); \
-               cp busybox_* kmod-brcm-* kmod-wlcompat* dnsmasq_* iptables_* dropbear_* kmod-diag_* \
-                  wireless-tools_* zlib* bridge_* ppp_* ppp-pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \
+               cp ipkg_* busybox_* kmod-brcm-* kmod-wlcompat* dnsmasq_* iptables_* dropbear_* kmod-diag_* \
+                  wireless-tools_* zlib* bridge_* ppp_* ppp*pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \
        )
        egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/jffs2/Makefile > $(IB_BUILD_DIR)/include/jffs2.mk
        egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/squashfs-lzma/Makefile > $(IB_BUILD_DIR)/include/squashfs-lzma.mk
This page took 0.021487 seconds and 4 git commands to generate.