diff options
Diffstat (limited to 'package/bridge/Makefile')
-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 18ea1dd2ca..bd71165b6d 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/ |