aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/generic
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use only board_name function to get nameMathias Kresin2017-07-152-3/+3
| | | | | | | | | | | | Do not parse /tmp/sysinfo/board_name, /proc/cpuinfo or the device tree compatible string directly. Always use the board_name function to get the board name. The admswconfig package still reads /proc/cpuinfo directly. The code looks somehow broken and the whole adm5120 which uses this package looks unmaintained. Leave it as it is for now. Signed-off-by: Mathias Kresin <dev@kresin.me>
* orion: Make sub-targets augment FEATURES, not re-define itFlorian Fainelli2016-12-041-1/+1
| | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* treewide: remove bad local shell variable declarationsJo-Philipp Wich2016-09-241-1/+1
| | | | | | | Local variable declarations outside of functions are illegal since the Busybox update to v1.25.0, therfore remove them from the appropriate places. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-181-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* generic: use magic_long in sysupgradeFlorian Fainelli2012-04-041-4/+11
| | | | | | Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31200
* the same DEFAULT_PACKAGES should be selected in the generic MakefileImre Kaloz2010-11-051-2/+0
| | | | SVN-Revision: 23885
* only build squashfs images by defaultImre Kaloz2010-11-051-1/+1
| | | | SVN-Revision: 23884
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-043-2/+97
| | | | SVN-Revision: 23883
* orion: Create generic and harddisk subtargets, ready for a different kernel ↵Rod Whitby2009-03-221-0/+6
config for harddisk. SVN-Revision: 14960