summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-17 10:55:31 +0000
committerJohn Crispin <john@openwrt.org>2014-07-17 10:55:31 +0000
commitf44d3f99803be7ba5c38b26a2d8cbda1c301e893 (patch)
tree33a442ee227a5c2d2b6eb256899f74964262fc74 /target/linux/ramips/base-files/lib/ramips.sh
parentd8e47a92b12a8ea91d532bf6c70792a4f08526f3 (diff)
downloadmtk-20170518-f44d3f99803be7ba5c38b26a2d8cbda1c301e893.zip
mtk-20170518-f44d3f99803be7ba5c38b26a2d8cbda1c301e893.tar.gz
mtk-20170518-f44d3f99803be7ba5c38b26a2d8cbda1c301e893.tar.bz2
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> SVN-Revision: 41680
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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 2e831d2..f9ab1e3 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"
;;