- May 21, 2015
-
-
Jonas Gorski authored
Changelogs: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14 Build tested on brcm63xx and ipq806x, runtested on brcm63xx. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45711
-
- Mar 22, 2015
-
-
John Crispin authored
it has been upstreamed and treackled down with the latest 3.18 update Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44935
-
- Mar 16, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44816
-
- Mar 10, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44640
-
- Mar 06, 2015
-
-
John Crispin authored
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
-
John Crispin authored
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44611
-
- Mar 01, 2015
-
-
Jonas Gorski authored
Most MIPS targets have it disabled, so move the symbol to the generic configs to keep target configs small. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44583
-
- Feb 18, 2015
-
-
John Crispin authored
Thanks to Bruno Randolf for testing and Manuel Lauss for providing a fix. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44487
-
- Feb 09, 2015
-
-
John Crispin authored
this is only compile tested Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44345
-
- Dec 13, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43691
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43690
-
- Dec 11, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43641
-
John Crispin authored
The target au1000 has at least 2 different models, the 'InternetBox' and the 'MeshCube' which look very similar from the kernel point of view but are totally different devices which base on the same design. Populating /tmp/sysinfo now. The 1st one has an issue which leads to a random mac-address after each boot which is corrected now via reading the bootloader-env. The real fix would be converting to DTS, this is only a workaround now. Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43626
-
- Dec 08, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43564
-
- Dec 02, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43494
-
- Dec 01, 2014
-
-
John Crispin authored
this is only compile tested Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43463
-
- Oct 24, 2014
-
-
Felix Fietkau authored
replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
-
- Jul 20, 2014
-
-
John Crispin authored
SVN-Revision: 41776
-
- Jul 16, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41670
-
- Jul 15, 2014
-
-
Hauke Mehrtens authored
This was tested by Bruno Randolf on au1000 (MTX-1) Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41669
-
- Jul 10, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41560
-
- Jul 06, 2014
-
-
Hauke Mehrtens authored
No config option should be set to m in the default config, because there is also some script needed which picks the module up into the image and that is missing this way. Always create a kmod when building a module. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41539
-
Hauke Mehrtens authored
This is compile tested only, please run test and report back. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41534
-
- Jun 02, 2014
-
-
John Crispin authored
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
-
- Nov 07, 2013
-
-
John Crispin authored
This patch adds support for all file system types as discussed earlier: https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022109.html This patch depends on a previous patch: https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022111.html Signed-off-by:
Philipp Borgers <borgers@mi.fu-berlin.de> SVN-Revision: 38675
-
John Crispin authored
This patch should prevent overriding of sysupgrade binaries in the bin directory if we build images for more then one file system type. Discussion: https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022108.html Signed-off-by:
Philipp Borgers <borgers@mi.fu-berlin.de> SVN-Revision: 38674
-
- Jun 27, 2013
-
-
Florian Fainelli authored
In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
-
- Jun 05, 2013
-
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
-
- Mar 21, 2013
-
-
Hauke Mehrtens authored
SVN-Revision: 36102
-
- Mar 17, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36067
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36066
-
Florian Fainelli authored
Do this until the watchdog driver is loaded and the user-space watchdog daemon can start pinging the watchdog. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36065
-
- Feb 18, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35660
-
- Nov 29, 2012
-
-
Gabor Juhos authored
The removed symbols are present in the generic configuration. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
-
Gabor Juhos authored
The removed symbols are present in the generic configuration. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
-
- Nov 11, 2012
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34157
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34156
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34155
-
- Oct 29, 2012
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
-
- Jul 17, 2012
-
-
Florian Fainelli authored
SVN-Revision: 32770
-