projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorder the madwifi modules to get rid of the annoying console messages on boot
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
madwifi
/
Makefile
diff --git
a/openwrt/target/linux/package/madwifi/Makefile
b/openwrt/target/linux/package/madwifi/Makefile
index
c192726
..
e89ec1d
100644
(file)
--- a/
openwrt/target/linux/package/madwifi/Makefile
+++ b/
openwrt/target/linux/package/madwifi/Makefile
@@
-4,9
+4,9
@@
include $(TOPDIR)/rules.mk
include ../../rules.mk
PKG_NAME:=madwifi-ng
include ../../rules.mk
PKG_NAME:=madwifi-ng
-PKG_VERSION:=r145
1-20060212
+PKG_VERSION:=r145
6-20060225
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
e3bef6881d711033689964bf0b982f14
+PKG_MD5SUM:=
27ccc5ba2e463fd8bee6da74d717731d
PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
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_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)
BUS_MODULES:=
ifeq ($(findstring AHB,$(BUS)),AHB)
This page took
0.01977 seconds
and
4
git commands to generate.