diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 10:03:46 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 10:03:46 +0000 |
commit | e01b70e0b98336c876f8e102bf06bef9d6b73153 (patch) | |
tree | 76b9aaa24ed9428ffe8825005a5ada7421cabc18 /package/bridge | |
parent | 50be5cb4b1d4d4735f3722f7712c67d372e3687b (diff) |
Add default compile target & use it for bridge and busybox
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge')
-rw-r--r-- | package/bridge/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/bridge/Makefile b/package/bridge/Makefile index 18ea1dd2c..bd71165b6 100644 --- a/package/bridge/Makefile +++ b/package/bridge/Makefile @@ -29,10 +29,6 @@ define Build/Configure $(call Build/Configure/Default,--with-linux-headers=$(LINUX_DIR)) endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) -endef - define Package/busybox/install mkdir -p $(IDIR_BRIDGE)/usr/sbin $(CP) $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/ |