aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include/image.mk: do not make initramfs build exclusiveFlorian Fainelli2013-06-272-23/+19
| | | | | | | | Allow building initramfs along with other types of filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37050
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-2741-118/+117
| | | | | | | | | | | | 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
* buildroot: copy KENRNELNAME files to $(KDIR)Florian Fainelli2013-06-271-0/+10
| | | | | | | | | | In order to support building both normal and initramfs kernel, we will rebuild the wrappers around the vmlinux ELF binary, copy these with an appropriate extension when they exist. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37048
* buildroot: build a second pass kernel if initramfs is enabledFlorian Fainelli2013-06-272-6/+30
| | | | | | | | | If initramfs is enabled, build a second pass kernel containing the CPIO rootfs, preliminary work to get non exclusive enabling of initramfs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37047
* buildroot: workaround broken syntax highlightingFlorian Fainelli2013-06-271-0/+1
| | | | | | | | | GNU Make's subst is always breaking syntax highlighting with at least vim add the right comments to workaround it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37046
* ramips: fix rt2x00 ethernet compile bugJohn Crispin2013-06-271-22/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37043
* ramips: add missing symbols to rt288x configJohn Crispin2013-06-271-8/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37042
* ramips: fix ethernet stability issue introduced by recent kernel upgradeJohn Crispin2013-06-271-106/+100
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37041
* 6relayd: prevent build on AVR32Florian Fainelli2013-06-271-1/+1
| | | | | | | | | | AVR32 misses a bunch of updated syscalls, including timerfd_create() which is used by 6relayd. Since that requires Linux/libc changes, just prevent building it for now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37040
* busybox: disable syslogd/klogd by default, procd replaces themFelix Fietkau2013-06-271-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37039
* imx23: add new target for i.MX233-based boardsZoltan Herpai2013-06-276-0/+452
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37038
* mac80211: disable rt2x00 on mt7620aJohn Crispin2013-06-271-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37037
* kernel/generic: add missing regulator symbols for 3.9Zoltan Herpai2013-06-261-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37036
* tools: add tools for i.MX23 boardsZoltan Herpai2013-06-268-0/+289
| | | | SVN-Revision: 37035
* odhcp6c: Add missing config option "ifaceid"Steven Barth2013-06-252-1/+2
| | | | SVN-Revision: 37033
* bcm63xx: fix DSL-274xB F1 default network configJonas Gorski2013-06-241-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37032
* hostapd: fix superflous comaJohn Crispin2013-06-241-1/+1
| | | | | | | | | | this cause the wps trigegr to be copied to the wrong place https://dev.openwrt.org/ticket/13753 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37031
* add patch for eglibc version 2.15Mirko Vogt2013-06-241-0/+110
| | | | | | | | | | | | | This patch partially reverts an (e)glibc commit which fixed a memory leak, however introduced lookup errors in dlopen() with resulting segmentation faults in certain scenarios. References: - http://comments.gmane.org/gmane.comp.lib.glibc.user/1227 - http://sourceware.org/ml/libc-alpha/2011-06/msg00006.html SVN-Revision: 37029
* ramips: move ESW reset to preinit on RT305x/RT5350John Crispin2013-06-242-12/+4
| | | | | | | | | | | RT305x/RT5350 SoCs require the switch to be reset before touching the ethernet interface, otherwise the driver will panic. As we already init the ethernet in preinit we therefor need to reset the switch before that. Signed-off-by: Felix Kaechele <felix@fetzig.org> SVN-Revision: 37027
* ubus: remove unused init-scriptSteven Barth2013-06-241-14/+0
| | | | SVN-Revision: 37026
* ramips: make rt3883 usb work properlyJohn Crispin2013-06-242-21/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37024
* ramips: revert gpio regulator dts updateJohn Crispin2013-06-246-73/+52
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37021
* arptables: Bump to 0.0.4Steven Barth2013-06-241-2/+2
| | | | SVN-Revision: 37020
* 6relayd: don't accidentally remove regular prefix routesSteven Barth2013-06-231-2/+2
| | | | SVN-Revision: 37018
* util-linux: dont provide swapon/offJohn Crispin2013-06-231-2/+0
| | | | | | | | these are no provided either by busybox or block-mount Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37017
* ralink: update patchesJohn Crispin2013-06-23205-4325/+64276
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37016
* package: fix insmod on installJohn Crispin2013-06-222-1/+8
| | | | | | | | the procd changes broke the postinst insmod. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37015
* kernel: fix a reference counting bug in overlayfsFelix Fietkau2013-06-223-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37014
* ath9k: fix a minor rcu issueFelix Fietkau2013-06-221-1/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37013
* 6relayd: fix lease-update behaviour for clients without reconfigureSteven Barth2013-06-221-2/+2
| | | | SVN-Revision: 37011
* 6relayd: Keep PD-downstream across RENEW/REBINDSteven Barth2013-06-221-2/+2
| | | | SVN-Revision: 37009
* mac80211: fix compile error on rt2x00 when buildin for SoCJohn Crispin2013-06-211-0/+34
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37008
* packages: clean up the package folderJohn Crispin2013-06-21603-28/+28
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* lantiq: Tune the XWAY subtarget cflagsJohn Crispin2013-06-216-1/+6
| | | | | | | | | This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
* lantiq: set mips16 support.John Crispin2013-06-211-1/+1
| | | | | | | | | | | Set mips16 support in XWAY subtarget. This patch is based in changeset #36600 Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37005
* lantiq: Fix ARV7518 DTS definitionsJohn Crispin2013-06-211-6/+16
| | | | | | | | | | | Fix EBU leds by removing req2 and gnt2 from pinmux. Fix rfkill button gpio. Enable reset button. Fix power led activation status. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 37004
* base-files: module loading is now handled by ubox/kmodloaderJohn Crispin2013-06-212-12/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37003
* base-files: /etc/init.d/rcS is no longer needed, procd handles this for us nowJohn Crispin2013-06-211-9/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37002
* base-files: drop 2 pointless hotplug trigger stubsJohn Crispin2013-06-212-26/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37001
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-216-74/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* base-files: diag does not need to insmod any drivers, procd already did it ↵John Crispin2013-06-217-12/+0
| | | | | | | | for us Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36999
* base-files: procd is now the init processJohn Crispin2013-06-211-7/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36998
* busybox: procd is now the init processJohn Crispin2013-06-213-3/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36997
* base-files: procd init is now the default, remove files.oldJohn Crispin2013-06-2150-1349/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36996
* procd: update to latest git revisionJohn Crispin2013-06-211-15/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36995
* procd: fix hotplug rule to not return on default makedev triggerJohn Crispin2013-06-211-4/+1
| | | | | | | | this allows the subsystem trigger to also be called Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36994
* brcm47xx: dont manually insmod switch driversJohn Crispin2013-06-212-5/+1
| | | | | | Signed-off-by: John Crispin <bloic@openwrt.org> SVN-Revision: 36993
* ar71xx: drop procd_init console hackJohn Crispin2013-06-213-31/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36992
* hostapd: remove old button hotplug scriptJohn Crispin2013-06-211-7/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36991
* ubox: update to latest git versionJohn Crispin2013-06-212-5/+22
| | | | | | | | add block mount / extroot support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36989