Commit Graph

54 Commits (f04a268a043f8a2a7bfde79f7ca3e49718055798)

Author SHA1 Message Date
John Crispin f04a268a04 kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED
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>

SVN-Revision: 44614
9 years ago
John Crispin fa097e5ae5 kernel: disbale HAMRADIO in generic config
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>

SVN-Revision: 44613
9 years ago
Hauke Mehrtens e23f27b72d orion: Update kernel to 3.10.44
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>

SVN-Revision: 41765
10 years ago
Felix Fietkau 059003fa90 orion: disable CONFIG_VM_EVENT_COUNTERS by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37068
11 years ago
Felix Fietkau 6d6296e214 orion: add support for the lacie 2big network device
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37059
11 years ago
Imre Kaloz a0e412a616 versioned files and dirs still make no sense when you support only a single kernel...
SVN-Revision: 36836
11 years ago
Gabor Juhos db376b45d9 orion: nuke 3.0 support
SVN-Revision: 31659
12 years ago
Florian Fainelli b47fc0f936 add support for D-Link DNS-323
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 >

SVN-Revision: 31198
12 years ago
Nicolas Thill 5e83009a52 targets: fix CONFIG_USB_STORAGE_* inconsistency
* 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

SVN-Revision: 29337
13 years ago
Imre Kaloz b74308c433 only support EABI on ARM targets
SVN-Revision: 25928
13 years ago
Imre Kaloz 7ab8489f82 config symbol cleanup
SVN-Revision: 25272
14 years ago
Imre Kaloz 18c4d8389e add missing symbol for 2.6.38
SVN-Revision: 25091
14 years ago
Imre Kaloz cec876fe24 use CMDLINE_FORCE
SVN-Revision: 23942
14 years ago
Alexandros C. Couloumbis 9f29fa68f6 linux/orion: fix iproute2 issue (partially closes ticket #7862)
SVN-Revision: 22878
14 years ago
Hauke Mehrtens ded2b77652 orion: Missing symbols in 2.6.35-rc2 kernel config for Orion
Thank you Maddes for your patch

This closes #7441

SVN-Revision: 21882
14 years ago
Hauke Mehrtens 6ef6b4e8b3 kernel: add missing config symbols.
Thank you Maddes for your patch

This closes #7375.

SVN-Revision: 21623
14 years ago
Nicolas Thill 9ae19dcf87 target: remove CONFIG_CRC16 override (closes: #7194)
SVN-Revision: 21130
14 years ago
Travis Kemen ee14f5106f Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on LinkSys WRT350Nv2.
Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings
<info@upexia.nl>

SVN-Revision: 20185
14 years ago
Nicolas Thill e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
14 years ago
Imre Kaloz 6b280112f2 some more Kconfig symbol move..
SVN-Revision: 18371
15 years ago
Imre Kaloz 1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
15 years ago
Imre Kaloz ef42fb4c13 sort all target config files
SVN-Revision: 18367
15 years ago
Nicolas Thill f587b9dbff config: remove CONFIG_ORION entry (now in generic)
SVN-Revision: 17962
15 years ago
Nicolas Thill fcc67b55b1 move common CONFIG_MMC entries to generic
SVN-Revision: 17948
15 years ago
Nicolas Thill 5b8e48f93a move more CONFIG_SND entries to generic
SVN-Revision: 17942
15 years ago
Florian Fainelli 9b9c78d30b add missing kernel configuration symbol (#5564)
SVN-Revision: 16961
15 years ago
Florian Fainelli 8d91123a0f avoid overriding CONFIG_TUN with a couple of targets
SVN-Revision: 16705
15 years ago
Imre Kaloz 14ad8433a8 we don't use RedBoot on orion
SVN-Revision: 16283
15 years ago
Imre Kaloz e965c02820 even more config file cleanup
SVN-Revision: 15913
15 years ago
Imre Kaloz 91e866f383 config cleanups
SVN-Revision: 15861
15 years ago
Imre Kaloz 6bfddb152f some additional config file cleanup..
SVN-Revision: 15845
15 years ago
Imre Kaloz c83d91fcfc unify congestion control options
SVN-Revision: 15844
15 years ago
Imre Kaloz 3b8ab3d52a move arm ARCH symbols to the generic configs
SVN-Revision: 15842
15 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
15 years ago
Imre Kaloz e9b397805d some more kernel config cleanup.. last for today :)
SVN-Revision: 15606
15 years ago
Imre Kaloz 0f2b1d070a more cleanup
SVN-Revision: 15605
15 years ago
Imre Kaloz a614251e6c cleanup MTD option handling
SVN-Revision: 15602
15 years ago
Imre Kaloz 38c5311047 move MFD stuff to the generic kernel configs
SVN-Revision: 15587
15 years ago
Rod Whitby 75e1a2edf4 orion: DT2 requires ISL1208 RTC to be enabled
SVN-Revision: 14964
15 years ago
Rod Whitby f11f903b61 orion: Added initial support for Freecom DT2. Thanks to Zintis.
SVN-Revision: 14963
15 years ago
Nicolas Thill 1fc4820680 orion: add missing config entries when sound & spi are enabled
SVN-Revision: 14286
16 years ago
Imre Kaloz 378d80d615 upgrade orion to 2.6.28-rc7
SVN-Revision: 13580
16 years ago
Florian Fainelli 12f3b7feab Do not override classifier kernel configuration symbols
SVN-Revision: 12805
16 years ago
Nicolas Thill 59a058534c move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disable the later (deprecated Video for Linux API v1)
SVN-Revision: 12692
16 years ago
Nicolas Thill 3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
16 years ago
Nicolas Thill 2a05d8cbba set reasonable generic CRYPTO_ config entries for 2.6.26
SVN-Revision: 12362
16 years ago
Travis Kemen e6d14f7cd7 try to clean up some kernel configs
SVN-Revision: 12067
16 years ago
Imre Kaloz ddd357ff14 use mtdblock1 as rootfs
SVN-Revision: 11587
16 years ago
Imre Kaloz a425a7506c add preliminary Netgear WNR854T support
SVN-Revision: 11582
16 years ago
Imre Kaloz cef5e994b3 move some config options into the generic one
SVN-Revision: 11581
16 years ago