diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:40:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:40:11 +0000 |
commit | c959129ee359e540f11ea3076e63bdbfc10565d5 (patch) | |
tree | 44c33ff0ba1e4d3aa6a5f1da735643c44b043afb /target | |
parent | 151e22fe32da7a2492c7196e403dae6c03e167e7 (diff) | |
download | upstream-c959129ee359e540f11ea3076e63bdbfc10565d5.tar.gz upstream-c959129ee359e540f11ea3076e63bdbfc10565d5.tar.bz2 upstream-c959129ee359e540f11ea3076e63bdbfc10565d5.zip |
[kernel] add NP25G and WP543 board id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/files/include/linux/myloader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/include/linux/myloader.h b/target/linux/generic-2.6/files/include/linux/myloader.h index c16c413412..dcba6eb62a 100644 --- a/target/linux/generic-2.6/files/include/linux/myloader.h +++ b/target/linux/generic-2.6/files/include/linux/myloader.h @@ -30,6 +30,10 @@ #define DEVID_COMPEX_WPP54AG 0x0550 #define DEVID_COMPEX_WPP54G 0x0555 +/* Devices based on the Atheros AR2317 */ +#define DEVID_COMPEX_NP25G 0x05E6 +#define DEVID_COMPEX_WPE53G 0x05DC + /* Devices based on the Atheros AR71xx */ #define DEVID_COMPEX_WP543 0x0640 |