diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-22 19:40:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-22 19:40:11 +0000 |
commit | 040727ff39480140ad1b9969f9ed7f345dd4d701 (patch) | |
tree | 44c33ff0ba1e4d3aa6a5f1da735643c44b043afb /target | |
parent | 50a164a2e09f43608af09ca043ae895289c0e91d (diff) |
[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 c16c41341..dcba6eb62 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 |