mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
fix bridge utils for brcm-2.4 from http://dev.luci.freifunk-halle.net/001-brcm2.4-fix-bridge-utils.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12377 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c66be70996
commit
1454293414
@ -10,12 +10,20 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=bridge-utils
|
||||
PKG_VERSION:=1.4
|
||||
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_URL:=@SF/bridge
|
||||
PKG_MD5SUM:=0182fcac3a2b307113bbec34e5f1c673
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user