diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-17 10:55:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-17 10:55:31 +0000 |
commit | fc41c343df1dbdba26a5e6e3783f659492579ef3 (patch) | |
tree | 481c07f88d78f30b742f6bf23b2553c90b9441d8 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | a92002146dc66ede4948d81cf3bffd16845a42fa (diff) | |
download | upstream-fc41c343df1dbdba26a5e6e3783f659492579ef3.tar.gz upstream-fc41c343df1dbdba26a5e6e3783f659492579ef3.tar.bz2 upstream-fc41c343df1dbdba26a5e6e3783f659492579ef3.zip |
ramips: soc wmac eeprom cleanup
Move eeprom extraction from scripts to dts files.
Additionally there are few other changes like:
- whitespace fixes
- add partition labels where needed
- BR6524N board doesn't exist (lost in translation?)
- fix Edimax 3g-6200nl model
- add wmac eeprom to dts for Asus RT-N14U board
Compile tested all subtargets and their profiles.
Run tested on:
- Asus RT-N15
- Asus RT-N14U
- Buffalo WHR-600D
- Argus ATP52B
- Sparklan WCR-150GN
Few problems noted:
- many boards didn't have wmac eeprom information defined at all
- several boards don't have any patitions defined (see FIXME comments in dts)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41680 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 2e831d2931..f9ab1e33ba 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -58,9 +58,6 @@ ramips_board_detect() { *"AsiaRF AWAPN2403") name="awapn2403" ;; - *"BR6524N") - name="br6524n" - ;; *"Asus WL-330N") name="wl-330n" ;; |