diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-29 10:37:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-29 10:37:43 +0000 |
commit | 1617f226a906f82ce6516e3e5a1e0909d8aa8806 (patch) | |
tree | 3cc5963071f00cbcd2b187c2b32adef98c5c7317 /target/linux/ramips/base-files/etc | |
parent | bb0785880acf5a681ab5df492b60636c0eddceab (diff) | |
download | upstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.tar.gz upstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.tar.bz2 upstream-1617f226a906f82ce6516e3e5a1e0909d8aa8806.zip |
ramips: Add support for 8devices Carambola dev board.
Add support for 8devices Carambola dev board.
The Carambola is a small RT3050-based development board with two
ethernet ports, on-board chip antenna, usb and plenty of accessible
gpio ports, sold by 8devices.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 33303
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 1 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/network | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index 5dadd71018..bb7f66284e 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -58,6 +58,7 @@ case "$FIRMWARE" in all5002 | \ argus-atp52b | \ bc2 | \ + carambola | \ dir-615-h1 | \ dir-620-a1 | \ esr-9753 | \ diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 6542d021ee..d20b60af06 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -178,6 +178,7 @@ ramips_setup_macs() ;; all0239-3g | \ + carambola | \ w502u) lan_mac=$(ramips_get_mac_binary factory 40) wan_mac=$(ramips_get_mac_binary factory 46) |