fix sdk build
authorFelix Fietkau <nbd@openwrt.org>
Fri, 20 May 2005 19:51:57 +0000 (19:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 20 May 2005 19:51:57 +0000 (19:51 +0000)
SVN-Revision: 992

openwrt/package/sdk/Makefile

index 2345fcc2a6b14bef8f6c2513acd92ae63981d62a..7644a4a600f61c9c3ae3dcbdd2be953740f8a629 100644 (file)
@@ -48,7 +48,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2:
        mkdir -p $(IB_BUILD_DIR)/packages
        (cd $(PACKAGE_DIR); \
                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/; \
+                  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