Steven Barth [Thu, 29 May 2014 10:35:34 +0000 (10:35 +0000)]
busybox: udhcpc source IP rebind patch
Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 § 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 40878
Jo-Philipp Wich [Thu, 29 May 2014 09:22:52 +0000 (09:22 +0000)]
6in4: adjust update url (#16617)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40876
Felix Fietkau [Wed, 28 May 2014 23:18:47 +0000 (23:18 +0000)]
musl: add a hack to rip out excessive iconv bloat
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40875
Felix Fietkau [Wed, 28 May 2014 22:40:31 +0000 (22:40 +0000)]
gcc: define USE_PT_GNU_EH_FRAME for musl as well, reduces binary object size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40874
Luka Perkov [Wed, 28 May 2014 21:43:43 +0000 (21:43 +0000)]
kirkwood: cosmetic: move POGOE02 profile to different file
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40873
Luka Perkov [Wed, 28 May 2014 21:43:42 +0000 (21:43 +0000)]
[package] uboot-envtools: add support for kirkwood ea4500
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40872
Luka Perkov [Wed, 28 May 2014 21:43:39 +0000 (21:43 +0000)]
kirkwood: add support for Linksys EA4500
Support is added only for kernel 3.14 - do not show it until
the switch is made.
Following uboot env changes are needed to make it work on stock uboot:
---
setenv owrt_bootargs_root ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw
setenv owrt_mtdparts mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0x80000(uboot_env),0x200000@0x200000(kernel),-@0x400000(root)
setenv owrt_boot nand read.e \${loadaddr} 0x200000 0x200000 \; setenv bootargs \$(console) \$(owrt_mtdparts) \${owrt_bootargs_root} \; bootm \${loadaddr}
setenv bootcmd run owrt_boot
saveenv
---
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40871
Felix Fietkau [Wed, 28 May 2014 21:33:30 +0000 (21:33 +0000)]
gcc: disable libsanitzier off_t check to fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40870
Felix Fietkau [Wed, 28 May 2014 21:28:14 +0000 (21:28 +0000)]
ubox: update to latest version, fixes kmodloader issues with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40869
Felix Fietkau [Wed, 28 May 2014 19:45:20 +0000 (19:45 +0000)]
uqmi: Add support for QMI-based mobile broadband modems
Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the
modem. At the moment there is no support for them in OpenWrt. This
patch adds support for them in the form of a netifd script and a
control utility. Tested with Huawei E398 and ZTE MF820D (which requires
a delay of ~30 s before responding to QMI commands). I put myself up as
the maintainer, feel free to change this if you desire.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 40868
Felix Fietkau [Wed, 28 May 2014 09:44:57 +0000 (09:44 +0000)]
uclient: update to the latest version, fixes an issue with http authentication handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40867
Felix Fietkau [Tue, 27 May 2014 20:34:03 +0000 (20:34 +0000)]
ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol
550-ubifs-symlink-xattr-support.patch contains a reference to the
by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to
the functionality originally added by the patch in r30794 being
left-out during compile since commit
1bdcc63112a0
("UBIFS: remove xattr Kconnfig option") in v3.5.
Fix this by removing the #ifdef from all affected kernels as XATTR
support is now always enabled for UBIFS as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40864
Steven Barth [Mon, 26 May 2014 17:08:57 +0000 (17:08 +0000)]
odhcpd: add support for configuring raw dhcpv6 options
SVN-Revision: 40862
Felix Fietkau [Mon, 26 May 2014 13:53:48 +0000 (13:53 +0000)]
libubox: update to latest version, fixes a segfault on json_script cleanup
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40861
Felix Fietkau [Mon, 26 May 2014 08:00:29 +0000 (08:00 +0000)]
ath9k: fix deprecated syntax in config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40860
Felix Fietkau [Sun, 25 May 2014 22:39:58 +0000 (22:39 +0000)]
ath9k: make support for PC-OEM cards optional, reduces module size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40859
Felix Fietkau [Sun, 25 May 2014 22:39:54 +0000 (22:39 +0000)]
kernel: add a config option for enabling /proc/slabinfo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40858
Felix Fietkau [Sun, 25 May 2014 22:39:51 +0000 (22:39 +0000)]
ubox: update to the latest version, reduces binary library dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40857
Felix Fietkau [Sun, 25 May 2014 19:38:58 +0000 (19:38 +0000)]
procd: update, fixes a bunch of memleaks
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40856
Felix Fietkau [Sun, 25 May 2014 19:38:55 +0000 (19:38 +0000)]
kernel: add a config option for /proc page monitoring (useful for detailed memory usage info)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40855
Felix Fietkau [Sun, 25 May 2014 17:51:52 +0000 (17:51 +0000)]
procd: update to the latest version, fixes some musl compatibility issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40854
Felix Fietkau [Sun, 25 May 2014 17:45:22 +0000 (17:45 +0000)]
busybox: add back missing crond config change
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40853
Felix Fietkau [Sun, 25 May 2014 17:42:09 +0000 (17:42 +0000)]
busybox: update to 1.22.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40852
Felix Fietkau [Sun, 25 May 2014 17:42:02 +0000 (17:42 +0000)]
busybox: remove obsolete httpd patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40851
Felix Fietkau [Sun, 25 May 2014 17:41:59 +0000 (17:41 +0000)]
busybox: remove obsolete insmod patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40850
Felix Fietkau [Sun, 25 May 2014 17:41:55 +0000 (17:41 +0000)]
busybox: drop a udhcpc patch that has been superseded by upstream changes a long time ago
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40849
Felix Fietkau [Sun, 25 May 2014 17:41:52 +0000 (17:41 +0000)]
busybox: remove obsolete init patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40848
Felix Fietkau [Sun, 25 May 2014 17:41:48 +0000 (17:41 +0000)]
busybox: use a config option instead of a patch to select the cron directory
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40847
Felix Fietkau [Sun, 25 May 2014 16:14:16 +0000 (16:14 +0000)]
ar71xx: disable usb workarounds for ar913x again (should fix #16610)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40846
Felix Fietkau [Sun, 25 May 2014 12:23:14 +0000 (12:23 +0000)]
mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40845
Jo-Philipp Wich [Sat, 24 May 2014 17:04:12 +0000 (17:04 +0000)]
Revert "ar71xx: Fix tagged+untagged operation on AR8327N (#12181)"
Revert the tagged + untagged rework for now due to regressions in
vlan setup on certain AR83xx switches.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40842
Felix Fietkau [Sat, 24 May 2014 08:01:42 +0000 (08:01 +0000)]
ar71xx: enable usb quirks for all chipidea based devices
The most important one is qca_force_host_mode, which also sets the
'Stream Disable' bit in the usbmode register.
Fixes usb stability issues on AR933x and AR7241/AR7242
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40841
Felix Fietkau [Sat, 24 May 2014 08:01:33 +0000 (08:01 +0000)]
ar71xx: fix typo in tl-wr710n mac setup (fixes #16469)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40840
Felix Fietkau [Fri, 23 May 2014 22:13:13 +0000 (22:13 +0000)]
button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40839
Felix Fietkau [Fri, 23 May 2014 22:13:10 +0000 (22:13 +0000)]
gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels (fixes #16413)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40838
Felix Fietkau [Fri, 23 May 2014 21:05:41 +0000 (21:05 +0000)]
rt2x00: fix rt3352 rf probing (#14322)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40837
Felix Fietkau [Fri, 23 May 2014 21:00:42 +0000 (21:00 +0000)]
mac80211: fix probing of rtl8180
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40836
Felix Fietkau [Fri, 23 May 2014 18:48:35 +0000 (18:48 +0000)]
mac80211: update to wireless-testing 2014-05-22
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40834
Felix Fietkau [Fri, 23 May 2014 18:48:31 +0000 (18:48 +0000)]
kernel: add a ssb backport required for a new mac80211 update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40833
Felix Fietkau [Fri, 23 May 2014 18:48:26 +0000 (18:48 +0000)]
kernel: remove md5sum for 3.7
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40832
Luka Perkov [Fri, 23 May 2014 09:35:27 +0000 (09:35 +0000)]
kernel: other.mk: add pps-gpio support
The pps-gpio kernel module supports Pulse-Per-Second provided by a GPIO.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40831
Steven Barth [Fri, 23 May 2014 08:53:38 +0000 (08:53 +0000)]
Add missing bracket in MAP-E FMR kernel support
SVN-Revision: 40830
Luka Perkov [Fri, 23 May 2014 08:17:02 +0000 (08:17 +0000)]
[package] uboot-envtools: add Pogoplug E02 support
The settings require that the OpenWrt provided u-boot is used as either
first or second stage bootloader as it modifies the partitioning scheme
to move the u-boot environment to a separate mtd partition.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 40829
Luka Perkov [Fri, 23 May 2014 08:17:01 +0000 (08:17 +0000)]
[package] uboot-kirkwood: re-add Pogoplug E02 support
This patch modifies the u-boot config for the Pogoplug E02 to work with
OpenWrt. It also enables building a second stage bootloader image.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 40828
Luka Perkov [Fri, 23 May 2014 08:16:56 +0000 (08:16 +0000)]
kirkwood: add Pogoplug E02 kernel support for 3.14
This also fixes a typo in the UBIFS_OPTS
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 40827
Steven Barth [Fri, 23 May 2014 06:29:13 +0000 (06:29 +0000)]
odhcp6c: improve passthru filter
SVN-Revision: 40826
Steven Barth [Fri, 23 May 2014 06:26:23 +0000 (06:26 +0000)]
odhcp6c: export passthru options as netifd data
SVN-Revision: 40825
Steven Barth [Fri, 23 May 2014 06:17:27 +0000 (06:17 +0000)]
odhcp6c: add support for option passthru
SVN-Revision: 40824
Steven Barth [Thu, 22 May 2014 20:04:53 +0000 (20:04 +0000)]
Initial support for MAP-E and Lightweight 4over6 protocol
SVN-Revision: 40823
Steven Barth [Thu, 22 May 2014 20:04:48 +0000 (20:04 +0000)]
Add kernel support for MAP-E FMRs
SVN-Revision: 40822
Steven Barth [Thu, 22 May 2014 20:04:43 +0000 (20:04 +0000)]
netifd: fix a segfault and improve ipip6 tunnel setup
SVN-Revision: 40821
Felix Fietkau [Wed, 21 May 2014 14:09:58 +0000 (14:09 +0000)]
musl: update to version 1.1.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40820
Felix Fietkau [Wed, 21 May 2014 14:09:53 +0000 (14:09 +0000)]
mtd: fix compile error with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40819
Luka Perkov [Wed, 21 May 2014 13:15:47 +0000 (13:15 +0000)]
[package] fstools: update to the latest version
Fixes RO mounts on imx6 target.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40818
Felix Fietkau [Wed, 21 May 2014 12:34:18 +0000 (12:34 +0000)]
iwinfo: remove old lua compat macros
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40816
Felix Fietkau [Wed, 21 May 2014 12:34:02 +0000 (12:34 +0000)]
iwinfo: un-export internal api header files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40815
Felix Fietkau [Wed, 21 May 2014 12:33:58 +0000 (12:33 +0000)]
iwinfo: bump release and start using ABI_VERSION
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40814
Felix Fietkau [Wed, 21 May 2014 12:33:30 +0000 (12:33 +0000)]
iwinfo: move wl_ops to iwinfo_wl.c, make functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40813
Felix Fietkau [Wed, 21 May 2014 12:33:27 +0000 (12:33 +0000)]
iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40812
Felix Fietkau [Wed, 21 May 2014 12:33:18 +0000 (12:33 +0000)]
iwinfo: move madwifi_ops to iwinfo_madwifi.c, make functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40811
Felix Fietkau [Wed, 21 May 2014 12:33:15 +0000 (12:33 +0000)]
iwinfo: move wext_ops to iwinfo_wext.c, make functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40810
Felix Fietkau [Wed, 21 May 2014 12:33:10 +0000 (12:33 +0000)]
iwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded strcmp calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40809
Luka Perkov [Wed, 21 May 2014 12:04:09 +0000 (12:04 +0000)]
kirkwood: add support for 3.14
* support for pogoplug_e02 is missing
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40808
Luka Perkov [Wed, 21 May 2014 09:42:33 +0000 (09:42 +0000)]
[tools] mkimage: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40807
Luka Perkov [Tue, 20 May 2014 21:01:18 +0000 (21:01 +0000)]
[package] uboot-imx6: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40805
Luka Perkov [Tue, 20 May 2014 12:45:02 +0000 (12:45 +0000)]
[package] uboot-kirkwood: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40804
Steven Barth [Tue, 20 May 2014 11:44:33 +0000 (11:44 +0000)]
dnsmasq: bump to 2.71
dnsmasq: bump to 2.71
this is a bugfix-release, see
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q2/008538.html
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40803
Felix Fietkau [Tue, 20 May 2014 11:09:47 +0000 (11:09 +0000)]
ath9k: revert a faulty rx path fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40802
Felix Fietkau [Tue, 20 May 2014 09:38:14 +0000 (09:38 +0000)]
iw: sync nl80211.h
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40801
Felix Fietkau [Tue, 20 May 2014 09:35:17 +0000 (09:35 +0000)]
mac80211: update to wireless-testing 2014-05-19
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40800
Florian Fainelli [Tue, 20 May 2014 05:00:28 +0000 (05:00 +0000)]
dnsmasq: Allow creating static DNS entries from static lease entries
DHCP entries in /etc/config/dhcp will not automatically create A or PTR
records. Add an "option dns" directive which appends an entry to
/tmp/hosts/dhcp to facilitate forward and reverse DNS lookups. For
instance, this item:
config host
option ip '192.168.0.10'
option mac '00:13:57:9b:df:02'
option name 'winpc'
option dns '1'
will add a corresponding entry to /tmp/hosts/dhcp:
192.168.0.10 winpc.lan
This keeps the hostname/IP/MAC in a single place, for easy maintenance.
Related: ticket #13854 reports an regression involving missing PTR
records when using "config domain" to define static DNS entries for
individual hosts. However, per Simon Kelley[1], the --address feature
used by "config domain" was never intended to generate DNS A records for
hosts. It would probably be better for the reporter to apply this patch,
and then use "config host" sections instead of "config domain" sections.
[1] http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2008q4/002498.html
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40799
Florian Fainelli [Tue, 20 May 2014 04:50:34 +0000 (04:50 +0000)]
kernel: Enable CONFIG_SPI_SPIDEV when selecting kmod-spidev
Without this patch /dev/spidev*.* only appears if CONFIG_SPI_SPIDEV is manually
selected and set to "y" from the kernel config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40784
Felix Fietkau [Mon, 19 May 2014 22:19:07 +0000 (22:19 +0000)]
mac80211: fix stbc configuration
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40783
Felix Fietkau [Mon, 19 May 2014 21:58:48 +0000 (21:58 +0000)]
hostapd: add a package for eapol_test
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40782
Felix Fietkau [Mon, 19 May 2014 21:58:44 +0000 (21:58 +0000)]
fstools: update to the latest version, adds ubifs support and ubi/mtd fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40781
Felix Fietkau [Mon, 19 May 2014 19:51:45 +0000 (19:51 +0000)]
ath9k: add some rx path fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40780
Luka Perkov [Mon, 19 May 2014 18:55:55 +0000 (18:55 +0000)]
[package] uboot-lantiq: remove duplicate define
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40779
Luka Perkov [Mon, 19 May 2014 16:41:24 +0000 (16:41 +0000)]
[package] uboot-envtools: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40778
Jo-Philipp Wich [Mon, 19 May 2014 15:48:18 +0000 (15:48 +0000)]
ar71xx: Fix tagged+untagged operation on AR8327N (#12181)
Replace the global "vlan_tagged" variable with an array storing the
tagging state per vlan.
The code was taken from #12181, tested and cleaned up by Saverio Proto
with additional bug fixes supplied by Álvaro Fernández.
Tested-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Saverio Proto <zioproto@gmail.com>
Signed-off-by: Álvaro Fernández <noltari@gmail.com>
SVN-Revision: 40777
Felix Fietkau [Sun, 18 May 2014 21:13:03 +0000 (21:13 +0000)]
mac80211: fix ht capabilities for HT20
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40776
Felix Fietkau [Sun, 18 May 2014 21:12:55 +0000 (21:12 +0000)]
ltq-hcd: disable mips16 support
This patch disables mips16 support in the ltq-hcd driver because some
people reported slow speed and problems with usb storage devices, 3G
dongles and wireless usb adapters.
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 40775
Felix Fietkau [Sat, 17 May 2014 17:36:08 +0000 (17:36 +0000)]
uClibc: add a patch to reduce vasprintf allocation size (fixes #13024)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40774
Felix Fietkau [Fri, 16 May 2014 19:36:22 +0000 (19:36 +0000)]
base-files: enable force_link for lan by default
This allows services to bind to it at boot time instead of waiting for a
cable to be plugged in
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40773
Felix Fietkau [Thu, 15 May 2014 20:11:54 +0000 (20:11 +0000)]
toolchain/gcc: fix build on arm with clang as host gcc replacement
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40772
Felix Fietkau [Thu, 15 May 2014 20:03:04 +0000 (20:03 +0000)]
netifd: update to the latest version, fixes wireless setup cancellation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40771
Felix Fietkau [Thu, 15 May 2014 20:02:59 +0000 (20:02 +0000)]
mac80211: fix VHT80 channel allocation (thx, SeG)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40770
Luka Perkov [Wed, 14 May 2014 21:49:27 +0000 (21:49 +0000)]
kernel: update 3.14 to 3.14.4
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40769
Jo-Philipp Wich [Wed, 14 May 2014 15:49:22 +0000 (15:49 +0000)]
package: ignore failed downloads with IGNORE_ERRORS
When IGNORE_ERROR is set, also skip broken downloads, this is required
to make a full "make download" run even if some upstream sources are
unreachable.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40768
Jo-Philipp Wich [Wed, 14 May 2014 12:29:36 +0000 (12:29 +0000)]
imagebuilder: bundle dtc (#12953, #14741)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40767
Jo-Philipp Wich [Wed, 14 May 2014 11:19:07 +0000 (11:19 +0000)]
opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatching md5sums
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40766
Hauke Mehrtens [Wed, 14 May 2014 10:22:48 +0000 (10:22 +0000)]
gpio-button-hotplug: fix (and extend) package description
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40765
Hauke Mehrtens [Wed, 14 May 2014 10:22:19 +0000 (10:22 +0000)]
button-hotplug: describe module a bit better & mention gpio-button-hotplug
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40764
Hauke Mehrtens [Wed, 14 May 2014 10:09:31 +0000 (10:09 +0000)]
brcm47xx: profiles: fix white spaces (s/ $//)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40763
Hauke Mehrtens [Wed, 14 May 2014 10:08:56 +0000 (10:08 +0000)]
brcm47xx: image: respect device flash block size
We should be more careful and don't generate 128K JFFS2 images for
devices with flashes using 64K blocks (nor the other way).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40762
Hauke Mehrtens [Wed, 14 May 2014 10:08:22 +0000 (10:08 +0000)]
brcm47xx: image: document some defines arguments
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40761
Hauke Mehrtens [Wed, 14 May 2014 09:55:55 +0000 (09:55 +0000)]
kernel-3.14: add missing config symbols
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40760
Steven Barth [Wed, 14 May 2014 07:02:17 +0000 (07:02 +0000)]
dnsmasq: bump to 2.7.0
SVN-Revision: 40759
Luka Perkov [Tue, 13 May 2014 21:56:05 +0000 (21:56 +0000)]
imx6: make boardname consistent with other targets
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40758
Jo-Philipp Wich [Tue, 13 May 2014 12:52:58 +0000 (12:52 +0000)]
config: don't use /dev/vda2 for kvm guest, its not used since a long time
SVN-Revision: 40756
Luka Perkov [Mon, 12 May 2014 12:41:01 +0000 (12:41 +0000)]
imx6: delete empty directory
SVN-Revision: 40755