summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults
Commit message (Collapse)AuthorAgeFilesLines
* ramips: scripts updatesGabor Juhos2012-01-232-16/+34
| | | | | | | | | | | | | | | | | | | | | | | | In this patch: * rename Argus leds to avoid underscores * rename Belkin F5D8235 v1 leds from f5d8234 to f5d8235 * remove Belkin F5D8235 v1 status led defined as storage led (it was defined as usb led earlier, just in wrong place) - it should have router led as in v2 * add Argus, Sparklan and Belkin F5D8235 v2 status leds * add Belkin F5D8235 v1 and v2 usb leds * fix Belkin F5D8235 v2 network config generation and mac address axtraction * fix Sparklan board identification * add Sparklan usb led (this board doesn't have usb connector by default and the led is hidden also but if you are going to solder the connector then you'll see the led too) * add Sparklan network config generation and mac address extraction * fix empty string test in network script and... * ...sort case entries by the first board in the list Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29871
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-281-0/+2
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-282-1/+11
| | | | SVN-Revision: 29615
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-271-0/+9
| | | | SVN-Revision: 29612
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add support for the Sitecom WL-351 v1 002. In principle the Engenius ESR9850 should also work with this, but I don't have the hardware to test it. Since an external gigabit switch (RTL8366RB) is used, I had to modify the ramips_esw driver to add a 'bypass' mode, which just configures it to not filter the vlan tags. Also two initialization words (FCT2 and FPA2) are set to different values by u-boot than what the driver is using and it only seems to work correctly when they not overridden by the driver, so I added them to the platform specific data as reg_initval_fct2 and reg_initval_fpa2. With this wired lan works as expected, however I'm still having some trouble with the wireless lan: It only works after I rmmod & re-insmod rt2800pci and then reconfigure it in the webinterface, but not directly after rebooting. The symptom of this is wpad saying: Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: associated (aid 1) Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> WPA: pairwise key handshake completed (RSN) Dec 20 15:45:22 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: authenticated But wpa_supplicant on the client saying: Authentication with <wl351mac> timed out. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 29604
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-232-0/+18
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: fix mac addresses on the DIR-300/600 boardsGabor Juhos2011-12-061-0/+7
| | | | SVN-Revision: 29471
* ramips: set mac addresses for the NBG-419NGabor Juhos2011-12-051-0/+5
| | | | | | Based on a patch by Nerijus Baliunas <nerijus@users.sourceforge.net> SVN-Revision: 29454
* ramips: move ramips_get_mac_* functions to lib/ramips.shGabor Juhos2011-12-051-33/+0
| | | | SVN-Revision: 29451
* ramips: add ramips_ prefix to get_mac_{binary,nvram} functionsGabor Juhos2011-12-051-6/+6
| | | | SVN-Revision: 29450
* ramips: fix network configuration setupGabor Juhos2011-12-051-3/+3
| | | | SVN-Revision: 29448
* ramips: setup default network configuration for RT-N15Gabor Juhos2011-12-011-1/+9
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 29390
* ramips: remove default network configuration, and generate that from ↵Gabor Juhos2011-12-011-1/+8
| | | | | | uci-defaults SVN-Revision: 29387
* ramips: use /lib/functions/uci-defaults.shGabor Juhos2011-12-011-26/+12
| | | | SVN-Revision: 29386
* ramips: simplify uci-defaults/network scriptGabor Juhos2011-12-011-50/+13
| | | | SVN-Revision: 29383
* ramips: setup mac and network interfaces from separate functionsGabor Juhos2011-12-011-8/+30
| | | | SVN-Revision: 29382
* ramips: setup bc2 mac addresses from the generic network scriptGabor Juhos2011-12-012-36/+1
| | | | SVN-Revision: 29377
* ramips: combine network setup for all boards in one fileGabor Juhos2011-12-012-39/+116
| | | | | | | | | | | | | Inspired by the patch from Roman Yeryomin. Thanks, Roman! This removes unnecessary duplication and simplifies network setup for new boards. It would be a one line change most likely. [juhosg: setup lan and wan interfaces for unspecified rt3x0x based boards in order to avoid regression] Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 29376
* ramips: Support for NexAira BC2Gabor Juhos2011-10-242-0/+39
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
* ramips: combine led setup for all boards in one fileGabor Juhos2011-10-245-85/+34
| | | | | | | | | This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28569
* ramips: use maccalc instead of hexdump + sedGabor Juhos2011-08-151-2/+3
| | | | SVN-Revision: 28007
* ramips: rt305x: fix mac addresses on the Netcore NW718 boardGabor Juhos2011-08-151-0/+24
| | | | SVN-Revision: 28006
* ramips: add uci-defaults scripts to preconfigure USB LEDsGabor Juhos2011-08-154-0/+96
| | | | SVN-Revision: 28000
* ramips: rt305x: fix uci-defaults/network script for the RT3350 based boardsGabor Juhos2011-07-281-2/+2
| | | | | | | | | | | This change corrects expected CPU name of Ralink RT3050, which describes itself as RT3350 (this name is ripped off chip and elevated to user space via /proc/cpuinfo.) This patch fixes wired network on DIR-300 rev B and DIR-600 rev B Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org> SVN-Revision: 27804
* adds ethernet driver, esw needs to be moved to swconfig, driver is missing ↵John Crispin2009-10-231-0/+13
rt288x support, not a platform device yet SVN-Revision: 18128