projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
resync with kamikaze
[openwrt.git]
/
target
/
linux
/
package
/
madwifi
/
Makefile
diff --git
a/target/linux/package/madwifi/Makefile
b/target/linux/package/madwifi/Makefile
index
eabbdd0
..
97cb0bd
100644
(file)
--- a/
target/linux/package/madwifi/Makefile
+++ b/
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:=r1
416-2006012
6
+PKG_VERSION:=r1
543-2006050
6
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
f308a0dbbb5d5497c0e09d86e8bde32c
+PKG_MD5SUM:=
3d89e5197c7e43eb37564c176140b2bf
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
@@
-23,15
+23,18
@@
endif
ifeq ($(ARCH),i386)
HAL_TARGET:=i386-elf
endif
ifeq ($(ARCH),i386)
HAL_TARGET:=i386-elf
endif
+ifeq ($(ARCH),armeb)
+HAL_TARGET:=xscale-be-elf
+endif
BUS := PCI
BUS := PCI
-ifneq ($(
BR2
_LINUX_2_4_AR531X),)
+ifneq ($(
CONFIG
_LINUX_2_4_AR531X),)
BUS := AHB
endif
BUS := AHB
endif
-
# ifneq ($(BR2
_LINUX_2_6_ARUBA),)
-
#
BUS := PCI AHB # no suitable HAL for AHB yet.
-
#
endif
+
ifneq ($(CONFIG
_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.021914 seconds
and
4
git commands to generate.