openwrt/svn-archive/archive.git
11 years agofstools: update to the latest version, fixes build for 64 bit targets
Felix Fietkau [Sat, 31 May 2014 12:46:59 +0000 (12:46 +0000)]
fstools: update to the latest version, fixes build for 64 bit targets

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40889

11 years agoeglibc: fix mips64 abi selection, default to o64 instead of n32
Felix Fietkau [Sat, 31 May 2014 12:30:39 +0000 (12:30 +0000)]
eglibc: fix mips64 abi selection, default to o64 instead of n32

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40888

11 years agoodhcp6c: fix last commit
Steven Barth [Fri, 30 May 2014 14:50:42 +0000 (14:50 +0000)]
odhcp6c: fix last commit

SVN-Revision: 40887

11 years agoodhcp6c: improve passthrough filter
Steven Barth [Fri, 30 May 2014 14:48:39 +0000 (14:48 +0000)]
odhcp6c: improve passthrough filter

SVN-Revision: 40886

11 years agoinclude/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errors
Felix Fietkau [Fri, 30 May 2014 11:58:54 +0000 (11:58 +0000)]
include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errors

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40885

11 years agoiwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing garbage
Felix Fietkau [Fri, 30 May 2014 11:37:35 +0000 (11:37 +0000)]
iwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing garbage

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40884

11 years agobusybox: remove redundant 6rd-patch
Steven Barth [Thu, 29 May 2014 21:50:32 +0000 (21:50 +0000)]
busybox: remove redundant 6rd-patch

SVN-Revision: 40882

11 years agoodhcpd: Fix a segfault in DHCPv6 option handling
Steven Barth [Thu, 29 May 2014 21:01:42 +0000 (21:01 +0000)]
odhcpd: Fix a segfault in DHCPv6 option handling

SVN-Revision: 40881

11 years agobcm53xx: add support for the PCIe controller
Hauke Mehrtens [Thu, 29 May 2014 19:25:40 +0000 (19:25 +0000)]
bcm53xx: add support for the PCIe controller

This patch adds support for the PCIe controller
In addition to the PCIe controller a sprom is now provided by a device
tree driver to bcma from some nvram.

Signed-off-by: Hauke Mehrtens <[email protected]>
SVN-Revision: 40880

11 years agobusybox: udhcpc source IP rebind patch
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 <[email protected]>
SVN-Revision: 40878

11 years ago6in4: adjust update url (#16617)
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 <[email protected]>
SVN-Revision: 40876

11 years agomusl: add a hack to rip out excessive iconv bloat
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 <[email protected]>
SVN-Revision: 40875

11 years agogcc: define USE_PT_GNU_EH_FRAME for musl as well, reduces binary object size
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 <[email protected]>
SVN-Revision: 40874

11 years agokirkwood: cosmetic: move POGOE02 profile to different file
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 <[email protected]>
SVN-Revision: 40873

11 years ago[package] uboot-envtools: add support for kirkwood ea4500
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 <[email protected]>
SVN-Revision: 40872

11 years agokirkwood: add support for Linksys EA4500
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 <[email protected]>
SVN-Revision: 40871

11 years agogcc: disable libsanitzier off_t check to fix musl build
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 <[email protected]>
SVN-Revision: 40870

11 years agoubox: update to latest version, fixes kmodloader issues with musl
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 <[email protected]>
SVN-Revision: 40869

11 years agouqmi: Add support for QMI-based mobile broadband modems
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 <[email protected]>
SVN-Revision: 40868

11 years agouclient: update to the latest version, fixes an issue with http authentication handling
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 <[email protected]>
SVN-Revision: 40867

11 years agoubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol
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 <[email protected]>
SVN-Revision: 40864

11 years agoodhcpd: add support for configuring raw dhcpv6 options
Steven Barth [Mon, 26 May 2014 17:08:57 +0000 (17:08 +0000)]
odhcpd: add support for configuring raw dhcpv6 options

SVN-Revision: 40862

11 years agolibubox: update to latest version, fixes a segfault on json_script cleanup
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 <[email protected]>
SVN-Revision: 40861

11 years agoath9k: fix deprecated syntax in config symbol
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 <[email protected]>
SVN-Revision: 40860

11 years agoath9k: make support for PC-OEM cards optional, reduces module size
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 <[email protected]>
SVN-Revision: 40859

11 years agokernel: add a config option for enabling /proc/slabinfo
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 <[email protected]>
SVN-Revision: 40858

11 years agoubox: update to the latest version, reduces binary library dependencies
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 <[email protected]>
SVN-Revision: 40857

11 years agoprocd: update, fixes a bunch of memleaks
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 <[email protected]>
SVN-Revision: 40856

11 years agokernel: add a config option for /proc page monitoring (useful for detailed memory...
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 <[email protected]>
SVN-Revision: 40855

11 years agoprocd: update to the latest version, fixes some musl compatibility issues
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 <[email protected]>
SVN-Revision: 40854

11 years agobusybox: add back missing crond config change
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 <[email protected]>
SVN-Revision: 40853

11 years agobusybox: update to 1.22.1
Felix Fietkau [Sun, 25 May 2014 17:42:09 +0000 (17:42 +0000)]
busybox: update to 1.22.1

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40852

11 years agobusybox: remove obsolete httpd patches
Felix Fietkau [Sun, 25 May 2014 17:42:02 +0000 (17:42 +0000)]
busybox: remove obsolete httpd patches

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40851

11 years agobusybox: remove obsolete insmod patches
Felix Fietkau [Sun, 25 May 2014 17:41:59 +0000 (17:41 +0000)]
busybox: remove obsolete insmod patches

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40850

11 years agobusybox: drop a udhcpc patch that has been superseded by upstream changes a long...
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 <[email protected]>
SVN-Revision: 40849

11 years agobusybox: remove obsolete init patch
Felix Fietkau [Sun, 25 May 2014 17:41:52 +0000 (17:41 +0000)]
busybox: remove obsolete init patch

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40848

11 years agobusybox: use a config option instead of a patch to select the cron directory
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 <[email protected]>
SVN-Revision: 40847

11 years agoar71xx: disable usb workarounds for ar913x again (should fix #16610)
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 <[email protected]>
SVN-Revision: 40846

11 years agomac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)
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 <[email protected]>
SVN-Revision: 40845

11 years agoRevert "ar71xx: Fix tagged+untagged operation on AR8327N (#12181)"
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 <[email protected]>
SVN-Revision: 40842

11 years agoar71xx: enable usb quirks for all chipidea based devices
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 <[email protected]>
SVN-Revision: 40841

11 years agoar71xx: fix typo in tl-wr710n mac setup (fixes #16469)
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 <[email protected]>
SVN-Revision: 40840

11 years agobutton-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels
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 <[email protected]>
SVN-Revision: 40839

11 years agogpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels (fixes...
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 <[email protected]>
SVN-Revision: 40838

11 years agort2x00: fix rt3352 rf probing (#14322)
Felix Fietkau [Fri, 23 May 2014 21:05:41 +0000 (21:05 +0000)]
rt2x00: fix rt3352 rf probing (#14322)

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40837

11 years agomac80211: fix probing of rtl8180
Felix Fietkau [Fri, 23 May 2014 21:00:42 +0000 (21:00 +0000)]
mac80211: fix probing of rtl8180

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40836

11 years agomac80211: update to wireless-testing 2014-05-22
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 <[email protected]>
SVN-Revision: 40834

11 years agokernel: add a ssb backport required for a new mac80211 update
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 <[email protected]>
SVN-Revision: 40833

11 years agokernel: remove md5sum for 3.7
Felix Fietkau [Fri, 23 May 2014 18:48:26 +0000 (18:48 +0000)]
kernel: remove md5sum for 3.7

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40832

11 years agokernel: other.mk: add pps-gpio support
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 <[email protected]>
SVN-Revision: 40831

11 years agoAdd missing bracket in MAP-E FMR kernel support
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

11 years ago[package] uboot-envtools: add Pogoplug E02 support
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 <[email protected]>
SVN-Revision: 40829

11 years ago[package] uboot-kirkwood: re-add Pogoplug E02 support
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 <[email protected]>
SVN-Revision: 40828

11 years agokirkwood: add Pogoplug E02 kernel support for 3.14
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 <[email protected]>
SVN-Revision: 40827

11 years agoodhcp6c: improve passthru filter
Steven Barth [Fri, 23 May 2014 06:29:13 +0000 (06:29 +0000)]
odhcp6c: improve passthru filter

SVN-Revision: 40826

11 years agoodhcp6c: export passthru options as netifd data
Steven Barth [Fri, 23 May 2014 06:26:23 +0000 (06:26 +0000)]
odhcp6c: export passthru options as netifd data

SVN-Revision: 40825

11 years agoodhcp6c: add support for option passthru
Steven Barth [Fri, 23 May 2014 06:17:27 +0000 (06:17 +0000)]
odhcp6c: add support for option passthru

SVN-Revision: 40824

11 years agoInitial support for MAP-E and Lightweight 4over6 protocol
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

11 years agoAdd kernel support for MAP-E FMRs
Steven Barth [Thu, 22 May 2014 20:04:48 +0000 (20:04 +0000)]
Add kernel support for MAP-E FMRs

SVN-Revision: 40822

11 years agonetifd: fix a segfault and improve ipip6 tunnel setup
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

11 years agomusl: update to version 1.1.1
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 <[email protected]>
SVN-Revision: 40820

11 years agomtd: fix compile error with musl
Felix Fietkau [Wed, 21 May 2014 14:09:53 +0000 (14:09 +0000)]
mtd: fix compile error with musl

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40819

11 years ago[package] fstools: update to the latest version
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 <[email protected]>
SVN-Revision: 40818

11 years agoiwinfo: remove old lua compat macros
Felix Fietkau [Wed, 21 May 2014 12:34:18 +0000 (12:34 +0000)]
iwinfo: remove old lua compat macros

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40816

11 years agoiwinfo: un-export internal api header files
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 <[email protected]>
SVN-Revision: 40815

11 years agoiwinfo: bump release and start using ABI_VERSION
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 <[email protected]>
SVN-Revision: 40814

11 years agoiwinfo: move wl_ops to iwinfo_wl.c, make functions static
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 <[email protected]>
SVN-Revision: 40813

11 years agoiwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
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 <[email protected]>
SVN-Revision: 40812

11 years agoiwinfo: move madwifi_ops to iwinfo_madwifi.c, make functions static
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 <[email protected]>
SVN-Revision: 40811

11 years agoiwinfo: move wext_ops to iwinfo_wext.c, make functions static
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 <[email protected]>
SVN-Revision: 40810

11 years agoiwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded strcmp...
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 <[email protected]>
SVN-Revision: 40809

11 years agokirkwood: add support for 3.14
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 <[email protected]>
SVN-Revision: 40808

11 years ago[tools] mkimage: update to 2014.04
Luka Perkov [Wed, 21 May 2014 09:42:33 +0000 (09:42 +0000)]
[tools] mkimage: update to 2014.04

Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 40807

11 years ago[package] uboot-imx6: update to 2014.04
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 <[email protected]>
SVN-Revision: 40805

11 years ago[package] uboot-kirkwood: update to 2014.04
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 <[email protected]>
SVN-Revision: 40804

11 years agodnsmasq: bump to 2.71
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 <[email protected]>
SVN-Revision: 40803

11 years agoath9k: revert a faulty rx path fix
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 <[email protected]>
SVN-Revision: 40802

11 years agoiw: sync nl80211.h
Felix Fietkau [Tue, 20 May 2014 09:38:14 +0000 (09:38 +0000)]
iw: sync nl80211.h

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40801

11 years agomac80211: update to wireless-testing 2014-05-19
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 <[email protected]>
SVN-Revision: 40800

11 years agodnsmasq: Allow creating static DNS entries from static lease entries
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 <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 40799

11 years agokernel: Enable CONFIG_SPI_SPIDEV when selecting kmod-spidev
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 <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 40784

11 years agomac80211: fix stbc configuration
Felix Fietkau [Mon, 19 May 2014 22:19:07 +0000 (22:19 +0000)]
mac80211: fix stbc configuration

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40783

11 years agohostapd: add a package for eapol_test
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 <[email protected]>
SVN-Revision: 40782

11 years agofstools: update to the latest version, adds ubifs support and ubi/mtd fixes
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 <[email protected]>
SVN-Revision: 40781

11 years agoath9k: add some rx path fixes
Felix Fietkau [Mon, 19 May 2014 19:51:45 +0000 (19:51 +0000)]
ath9k: add some rx path fixes

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40780

11 years ago[package] uboot-lantiq: remove duplicate define
Luka Perkov [Mon, 19 May 2014 18:55:55 +0000 (18:55 +0000)]
[package] uboot-lantiq: remove duplicate define

Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 40779

11 years ago[package] uboot-envtools: update to 2014.04
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 <[email protected]>
SVN-Revision: 40778

11 years agoar71xx: Fix tagged+untagged operation on AR8327N (#12181)
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 <[email protected]>
Signed-off-by: Saverio Proto <[email protected]>
Signed-off-by: Álvaro Fernández <[email protected]>
SVN-Revision: 40777

11 years agomac80211: fix ht capabilities for HT20
Felix Fietkau [Sun, 18 May 2014 21:13:03 +0000 (21:13 +0000)]
mac80211: fix ht capabilities for HT20

Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 40776

11 years agoltq-hcd: disable mips16 support
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 <[email protected]>
SVN-Revision: 40775

11 years agouClibc: add a patch to reduce vasprintf allocation size (fixes #13024)
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 <[email protected]>
SVN-Revision: 40774

11 years agobase-files: enable force_link for lan by default
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 <[email protected]>
SVN-Revision: 40773

11 years agotoolchain/gcc: fix build on arm with clang as host gcc replacement
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 <[email protected]>
SVN-Revision: 40772

11 years agonetifd: update to the latest version, fixes wireless setup cancellation
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 <[email protected]>
SVN-Revision: 40771

11 years agomac80211: fix VHT80 channel allocation (thx, SeG)
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 <[email protected]>
SVN-Revision: 40770

11 years agokernel: update 3.14 to 3.14.4
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 <[email protected]>
SVN-Revision: 40769

11 years agopackage: ignore failed downloads with IGNORE_ERRORS
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 <[email protected]>
SVN-Revision: 40768

11 years agoimagebuilder: bundle dtc (#12953, #14741)
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 <[email protected]>
SVN-Revision: 40767

11 years agoopkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatching md5sums
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 <[email protected]>
SVN-Revision: 40766

11 years agogpio-button-hotplug: fix (and extend) package description
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 <[email protected]>
SVN-Revision: 40765