diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 23:57:57 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 23:57:57 +0000 |
commit | f332fc4fdcaa4ad9e516af7fc108b856e166eee4 (patch) | |
tree | c84fc87b0b194754902d8ccb63f3ed2e7d73ddcc /package/openwrt/Makefile | |
parent | 85c3d0af359fafa1bdc4fdfd0c6ff299491ac1b4 (diff) |
remove wlc, it is unneeded , okay mbm, nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1511 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt/Makefile')
-rw-r--r-- | package/openwrt/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 12453dbc4..c3aea5c21 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -16,7 +16,7 @@ libshared-compile libnvram-compile: libshared-install libnvram-install: libshared-compile libnvram-compile @$(MAKE) -C $(patsubst %-install,%,$@) install -libshared-clean libnvram-clean wlc-clean: +libshared-clean libnvram-clean: @$(MAKE) -C $(patsubst %-clean,%,$@) clean $(PKG_IPK_DIR)/sbin/mtd: mtd.c @@ -27,13 +27,8 @@ $(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c mkdir -p $(PKG_IPK_DIR)/sbin $(TARGET_CC) -o $@ $< -$(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-install - mkdir -p $(PKG_IPK_DIR)/usr/sbin - $(TARGET_CC) -o $@ $< -lshared -L./libshared -I$(SHARED_INCLUDE) - -$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(PKG_IPK_DIR)/usr/sbin/wlc +$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_RELEASE) $(ARCH) - $(STRIP) $(PKG_IPK_DIR)/usr/sbin/* $(STRIP) $(PKG_IPK_DIR)/sbin/* mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) |