diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-20 19:51:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-20 19:51:57 +0000 |
commit | a60c63acc5cc8d8ffc3b0f19269c58d96b8fedab (patch) | |
tree | b96dad5999d7a5b3b5096947a3193b7d033ddb52 | |
parent | 3a867a5a1bcdc59c3e4c88f04e9a20043e88d7a4 (diff) | |
download | upstream-a60c63acc5cc8d8ffc3b0f19269c58d96b8fedab.tar.gz upstream-a60c63acc5cc8d8ffc3b0f19269c58d96b8fedab.tar.bz2 upstream-a60c63acc5cc8d8ffc3b0f19269c58d96b8fedab.zip |
fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@992 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdk/Makefile b/package/sdk/Makefile index 2345fcc2a6..7644a4a600 100644 --- a/package/sdk/Makefile +++ b/package/sdk/Makefile @@ -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 |