Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename 'atheros' target to 'ath25' | Felix Fietkau | 2015-03-13 |
| | | | | | | | | Rename 'atheros' target to more precise 'ath25'. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44736 | ||
* | target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC | John Crispin | 2014-06-02 |
| | | | | | | | | | | | | | | | | | | | ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct var $# (=number of args) here. under normal conditions this had no impact, but we should at least correct it. the error was observable like this: root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh root@box:~ . /lib/upgrade/platform.sh root@box:~ . /lib/upgrade/common.sh root@box:~ platform_check_image /tmp/myfirmware.bin ash: bad number root@box:~ echo $? 0 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40915 | ||
* | all targets: use numerically prefixed uci-defaults file names to better ↵ | Jo-Philipp Wich | 2013-01-18 |
| | | | | | | control order of execution SVN-Revision: 35217 | ||
* | Do not use deprecated path to functions.sh (/etc/functions.sh -> ↵ | Mirko Vogt | 2012-12-19 |
| | | | | | | /lib/functions.sh) SVN-Revision: 34793 | ||
* | Add leds back after migration to sysfs | John Crispin | 2012-07-26 |
| | | | | | | | | | | atheros trunk moved to full sysfs gpiolib, but the leds were forgotten. This restores the wlan led that was missing after switching from backfire to trunk. Signed-off-by: Karl Palsson <karlp@remake.is> SVN-Revision: 32885 | ||
* | base-files, target: assign name to system timeserver section, makes it ↵ | Jo-Philipp Wich | 2011-11-10 |
| | | | | | | easier to set servers on the cli SVN-Revision: 28933 | ||
* | add timeserver config to target specific system configs as well | Jo-Philipp Wich | 2011-11-04 |
| | | | | SVN-Revision: 28750 | ||
* | renaming of the IP175C switch driver brioke switch detection on the Dir-300 ↵ | Jo-Philipp Wich | 2010-07-23 |
| | | | | | | and others, fix it SVN-Revision: 22363 | ||
* | fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch | Jo-Philipp Wich | 2010-04-06 |
| | | | | SVN-Revision: 20733 | ||
* | preinit: use grep -q where applicable | Jo-Philipp Wich | 2010-02-01 |
| | | | | SVN-Revision: 19482 | ||
* | fix syntax error in preinit hook (#6610) | Jo-Philipp Wich | 2010-01-31 |
| | | | | SVN-Revision: 19461 | ||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 |
| | | | | SVN-Revision: 19331 | ||
* | adjust switch default configs for the swconfig api change | Felix Fietkau | 2010-01-18 |
| | | | | SVN-Revision: 19209 | ||
* | Implement a preliminary combined image format. - add sysupgrade support for ↵ | Jo-Philipp Wich | 2009-09-22 |
| | | | | | | combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target SVN-Revision: 17668 | ||
* | atheros: fix failsafe mode | Felix Fietkau | 2009-09-02 |
| | | | | SVN-Revision: 17471 | ||
* | atheros switch support: add missing commit statements | Felix Fietkau | 2009-08-24 |
| | | | | SVN-Revision: 17391 | ||
* | atheros: do not alter the network vlan config if swconfig is required and ↵ | Felix Fietkau | 2009-08-24 |
| | | | | | | missing SVN-Revision: 17388 | ||
* | atheros: configure eth1 as wan interface by default, if present | Felix Fietkau | 2009-04-28 |
| | | | | SVN-Revision: 15473 | ||
* | atheros: add default uci configuration for ICPlus IP175C | Felix Fietkau | 2009-04-21 |
| | | | | SVN-Revision: 15329 | ||
* | atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵ | Felix Fietkau | 2009-03-22 |
| | | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981 | ||
* | atheros: fix path in marvell switch phy id detection | Felix Fietkau | 2009-03-22 |
| | | | | SVN-Revision: 14980 | ||
* | add proper uci/hotplug based button handling on atheros and work around ↵ | John Crispin | 2008-08-05 |
| | | | | | | boards, where the gpio release irq does not fire correctly SVN-Revision: 12179 | ||
* | make use of the marvell switch in the atheros port | Felix Fietkau | 2008-04-20 |
| | | | | SVN-Revision: 10877 | ||
* | make use of the adm6996 switch for atheros devices that support it ↵ | Felix Fietkau | 2008-04-20 |
| | | | | | | (autodetected at boot time) SVN-Revision: 10871 | ||
* | get rid of per-profile base-files | Gabor Juhos | 2007-09-29 |
| | | | | SVN-Revision: 9069 | ||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |