mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-01 19:21:46 +00:00
fix bridge utils for brcm-2.4 from http://dev.luci.freifunk-halle.net/001-brcm2.4-fix-bridge-utils.patch
SVN-Revision: 12377
This commit is contained in:
parent
811b00f646
commit
86ab7cb9de
@ -10,12 +10,20 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=bridge-utils
|
PKG_NAME:=bridge-utils
|
||||||
PKG_VERSION:=1.4
|
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
PKG_SOURCE_URL:=@SF/bridge
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_LINUX_2_4),y)
|
||||||
|
PKG_VERSION:=1.0.6
|
||||||
|
PKG_MD5SUM:=9b7dc52656f5cbec846a7ba3299f73bd
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_LINUX_2_6),y)
|
||||||
|
PKG_VERSION:=1.4
|
||||||
|
PKG_MD5SUM:=0182fcac3a2b307113bbec34e5f1c673
|
||||||
|
endif
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/bridge
|
|
||||||
PKG_MD5SUM:=0182fcac3a2b307113bbec34e5f1c673
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user