mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[ramips] Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20596 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
994ff71e5e
commit
cfafa18012
@ -28,7 +28,7 @@
|
||||
#define RT305X_UART1_BASE 0x10000c00
|
||||
#define RT305X_FE_BASE 0x10100000
|
||||
#define RT305X_SWITCH_BASE 0x10110000
|
||||
#define RT305X_WMAC_BASE 0x00180000
|
||||
#define RT305X_WMAC_BASE 0x10180000
|
||||
#define RT305X_OTG_BASE 0x101c0000
|
||||
#define RT305X_ROM_BASE 0x00400000
|
||||
#define RT305X_FLASH1_BASE 0x1b000000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user