aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/config-default
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4Felix Fietkau2015-09-081-1/+0
| | | | | | | | | Everything except for blkcipher was already built-in, so make blkcipher built-in as well. Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable INET_LRO by defaultJonas Gorski2015-04-281-1/+0
| | | | | | | | | | | | INET_LRO deprecated and there are exactly two drivers using it, neither being included in any of the targets enabling INET_LRO. At the same time both drivers needing it select it. So just disable it for everyone. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: upgrade to 3.18 (compile tested only)Imre Kaloz2015-04-121-0/+9
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLEDJohn Crispin2015-03-061-1/+0
| | | | | | | | | Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-061-1/+0
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: Update kernel to 3.10.44Hauke Mehrtens2014-07-201-17/+48
| | | | | | | | | | | | | | | Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com> [run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c, make dt2-setup.c compile, fix harddisk subprofile] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: disable CONFIG_VM_EVENT_COUNTERS by defaultFelix Fietkau2013-06-281-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: add support for the lacie 2big network deviceFelix Fietkau2013-06-281-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion]: versioned files and dirs still make no sense when you support only ↵Imre Kaloz2013-06-041-0/+152
| | | | | | a single kernel... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: nuke 3.0 supportGabor Juhos2012-05-091-238/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] add support for D-Link DNS-323Florian Fainelli2012-04-041-1/+1
| | | | | | | | | | | | | this patch adds support for D-Link DNS323 storage device. You can find more info here: http://dns323.lukaperkov.net/ Currently you need serial cable to flash OpenWrt on DNS-323. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-10/+0
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only support EABI on ARM targetsImre Kaloz2011-03-071-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* config symbol cleanupImre Kaloz2011-02-011-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: add missing symbol for 2.6.38Imre Kaloz2011-01-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion]: use CMDLINE_FORCEImre Kaloz2010-11-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/orion: fix iproute2 issue (partially closes ticket #7862)Alexandros C. Couloumbis2010-09-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: Missing symbols in 2.6.35-rc2 kernel config for OrionHauke Mehrtens2010-06-221-0/+4
| | | | | | | | | Thank you Maddes for your patch This closes #7441 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config symbols.Hauke Mehrtens2010-05-291-0/+6
| | | | | | | | | Thank you Maddes for your patch This closes #7375. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: remove CONFIG_CRC16 override (closes: #7194)Nicolas Thill2010-04-241-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDsTravis Kemen2010-03-141-0/+8
| | | | | | | | | on LinkSys WRT350Nv2. Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-0/+1
| | | | | | sense instead (partially revert [18370]) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more Kconfig symbol move..Imre Kaloz2009-11-111-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another round of kernel config cleanupsImre Kaloz2009-11-111-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort all target config filesImre Kaloz2009-11-111-25/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] config: remove CONFIG_ORION entry (now in generic)Nicolas Thill2009-10-061-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] move common CONFIG_MMC entries to genericNicolas Thill2009-10-061-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] move more CONFIG_SND entries to genericNicolas Thill2009-10-061-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] add missing kernel configuration symbol (#5564)Florian Fainelli2009-07-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] avoid overriding CONFIG_TUN with a couple of targetsFlorian Fainelli2009-07-061-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't use RedBoot on orionImre Kaloz2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* even more config file cleanupImre Kaloz2009-05-181-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* config cleanupsImre Kaloz2009-05-151-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some additional config file cleanup..Imre Kaloz2009-05-141-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unify congestion control optionsImre Kaloz2009-05-141-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-141-38/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupImre Kaloz2009-05-041-28/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup MTD option handlingImre Kaloz2009-05-041-45/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-041-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: DT2 requires ISL1208 RTC to be enabledRod Whitby2009-03-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: Added initial support for Freecom DT2. Thanks to Zintis.Rod Whitby2009-03-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] orion: add missing config entries when sound & spi are enabledNicolas Thill2009-01-301-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade orion to 2.6.28-rc7Imre Kaloz2008-12-101-1/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not override classifier kernel configuration symbolsFlorian Fainelli2008-09-291-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵Nicolas Thill2008-09-251-2/+0
| | | | | | disable the later (deprecated Video for Linux API v1) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵Nicolas Thill2008-09-241-0/+1
| | | | | | it on targets where USB is supported git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set reasonable generic CRYPTO_ config entries for 2.6.26Nicolas Thill2008-08-211-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* try to clean up some kernel configsTravis Kemen2008-08-021-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73