update openswan to 2.4.5rc5 and fix compile issues
[openwrt.git] / openwrt / target / linux / package / madwifi / Makefile
index 03b40d4..66f6258 100644 (file)
@@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk
 include ../../rules.mk
 
 PKG_NAME:=madwifi-ng
-PKG_VERSION:=r1456-20060225
+PKG_VERSION:=r1475-20060317
 PKG_RELEASE:=1
-PKG_MD5SUM:=27ccc5ba2e463fd8bee6da74d717731d
+PKG_MD5SUM:=b25d4b4d790e890564109348b1ff9005
 
 PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -29,9 +29,9 @@ BUS := PCI
 ifneq ($(BR2_LINUX_2_4_AR531X),)
        BUS := AHB
 endif
-ifneq ($(BR2_LINUX_2_6_ARUBA),)
-#      BUS := PCI AHB  # no suitable HAL for AHB yet.
-endif
+ifneq ($(BR2_LINUX_2_6_ARUBA),)
+       BUS := PCI AHB  # no suitable HAL for AHB yet.
+endif
 
 BUS_MODULES:=
 ifeq ($(findstring AHB,$(BUS)),AHB)
This page took 0.021738 seconds and 4 git commands to generate.