openwrt.git
9 years agoimagebuilder: fail with error if the passed profile name does not exist
jow [Sat, 10 Jan 2015 18:19:59 +0000 (18:19 +0000)]
imagebuilder: fail with error if the passed profile name does not exist

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43916 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoadm5120: add experimental 3.14 kernel support
florian [Sat, 10 Jan 2015 18:10:04 +0000 (18:10 +0000)]
adm5120: add experimental 3.14 kernel support

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43915 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoadm5120: move files to files-3.8
florian [Sat, 10 Jan 2015 18:08:53 +0000 (18:08 +0000)]
adm5120: move files to files-3.8

In preparation for adding new kernel support

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43914 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools: edimax_fw_header: fix suspicious memset usage
florian [Sat, 10 Jan 2015 18:08:16 +0000 (18:08 +0000)]
tools: edimax_fw_header: fix suspicious memset usage

memset() was called with a size argument against a pointer size, not the
structure size itself.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43913 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing config symbols for 3.18
wigyori [Sat, 10 Jan 2015 17:23:55 +0000 (17:23 +0000)]
kernel: add missing config symbols for 3.18

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43912 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolchain
nbd [Sat, 10 Jan 2015 16:14:25 +0000 (16:14 +0000)]
build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolchain

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43911 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: port wndr3700/3800 to the new image building code
nbd [Sat, 10 Jan 2015 15:27:07 +0000 (15:27 +0000)]
ar71xx: port wndr3700/3800 to the new image building code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43910 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: port carambola2 to the new image building code
nbd [Sat, 10 Jan 2015 15:27:00 +0000 (15:27 +0000)]
ar71xx: port carambola2 to the new image building code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43909 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: convert mt7621 images to new image building code
nbd [Sat, 10 Jan 2015 15:26:53 +0000 (15:26 +0000)]
ramips: convert mt7621 images to new image building code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43908 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: add new image building code infrastructure
nbd [Sat, 10 Jan 2015 15:26:47 +0000 (15:26 +0000)]
build: add new image building code infrastructure

This simplifies building device / profile specific images, and allows
the build system to parallelize generating images

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43907 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: simplify mkimage kernel loadaddr/entry handling
nbd [Sat, 10 Jan 2015 15:26:38 +0000 (15:26 +0000)]
ramips: simplify mkimage kernel loadaddr/entry handling

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43906 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoversion.mk: explicitely filter "generic" subtarget for "%s" placeholder (#18710)
jow [Sat, 10 Jan 2015 11:17:11 +0000 (11:17 +0000)]
version.mk: explicitely filter "generic" subtarget for "%s" placeholder (#18710)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43905 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosdk: track files with git and use it to implement proper clean targets
jow [Sat, 10 Jan 2015 11:17:02 +0000 (11:17 +0000)]
sdk: track files with git and use it to implement proper clean targets

Initialize a Git repository in the SDK and use git reset / git clean
to rollback any SDK changes with "make clean" or "make dirclean".

This approach is more robust than nuking entire directory trees because
some parts of them might have been shipped with the original archive.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43904 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopopt: update to latest upstream version, fixes build breakage after autofools changes
nbd [Fri, 9 Jan 2015 19:52:27 +0000 (19:52 +0000)]
popt: update to latest upstream version, fixes build breakage after autofools changes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43901 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: bump kernel to 3.18
wigyori [Fri, 9 Jan 2015 19:35:14 +0000 (19:35 +0000)]
sunxi: bump kernel to 3.18
 - refresh patches
 - add bananapro, cubietruck, mele_m9 support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43900 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[packages] uboot-sunxi: various updates
wigyori [Fri, 9 Jan 2015 19:19:35 +0000 (19:19 +0000)]
[packages] uboot-sunxi: various updates
 - use mainline uboot-sunxi version (2015.01-rc3)
 - add support for Bananapro

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43899 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: add preliminary Archer C20i support
nbd [Fri, 9 Jan 2015 15:40:51 +0000 (15:40 +0000)]
ramips: add preliminary Archer C20i support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43898 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools/firmware-utils: add version 3 header support for mktplinkfw2
nbd [Fri, 9 Jan 2015 15:40:39 +0000 (15:40 +0000)]
tools/firmware-utils: add version 3 header support for mktplinkfw2

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43897 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogettext-full: update to v0.19.4
jow [Fri, 9 Jan 2015 14:51:29 +0000 (14:51 +0000)]
gettext-full: update to v0.19.4

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43896 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools: automake: update to v1.15
jow [Fri, 9 Jan 2015 14:51:23 +0000 (14:51 +0000)]
tools: automake: update to v1.15

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43895 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agothc-ipv6: update to v2.7
jow [Fri, 9 Jan 2015 12:49:55 +0000 (12:49 +0000)]
thc-ipv6: update to v2.7

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43894 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[mvebu]: switch to 3.18
kaloz [Fri, 9 Jan 2015 12:36:07 +0000 (12:36 +0000)]
[mvebu]: switch to 3.18

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43893 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[generic/3.18]: upgrade to 3.18.2
kaloz [Fri, 9 Jan 2015 12:35:19 +0000 (12:35 +0000)]
[generic/3.18]: upgrade to 3.18.2

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43892 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolldpd: update to v0.7.13
jow [Fri, 9 Jan 2015 12:35:09 +0000 (12:35 +0000)]
lldpd: update to v0.7.13

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43891 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoprocd: fix console bringup on UML (again...)
cyrus [Fri, 9 Jan 2015 08:39:16 +0000 (08:39 +0000)]
procd: fix console bringup on UML (again...)

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43890 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add SECCOMP to menuconfig
blogic [Thu, 8 Jan 2015 21:23:18 +0000 (21:23 +0000)]
kernel: add SECCOMP to menuconfig

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43888 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: Fix switch settings for uci-defaults-new.sh.
blogic [Thu, 8 Jan 2015 20:26:52 +0000 (20:26 +0000)]
base-files: Fix switch settings for uci-defaults-new.sh.

The enable and reset settings need to be added even when they're false. This is true at least for 'enable', that seems to default to true otherwise.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43887 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenvpn: procd_set_param respawn
blogic [Thu, 8 Jan 2015 20:26:41 +0000 (20:26 +0000)]
openvpn: procd_set_param respawn

Makes sure that the openvpn instance gets restarted in case of a crash.

Intentional stops using /etc/init.d/openvpn stop will not result in
respawning. Anything else will, e.g. killall openvpn.

Signed-off-by: Lars Gierth <larsg@systemli.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43886 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogemini: add ata driver
blogic [Thu, 8 Jan 2015 20:26:34 +0000 (20:26 +0000)]
gemini: add ata driver

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43885 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogemini: add rtc-gemini driver
blogic [Thu, 8 Jan 2015 20:26:27 +0000 (20:26 +0000)]
gemini: add rtc-gemini driver

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43884 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: Fix HooToo HT-TM02 support.
blogic [Thu, 8 Jan 2015 20:26:20 +0000 (20:26 +0000)]
ramips: Fix HooToo HT-TM02 support.

- Fix LED definitions.
- Add mode-switch slider definition (at GPIO 14).
- Remove unneeded VLAN now that the ethernet driver is fixed and TCP packets get passed correctly now. (This router only has one port.)
- Fix LAN port MAC address, which is defined in the factory partition as WLAN MAC address + 1.
- Fix board name, as the company name is HooToo and not HOOTOO.
- Remove unnecessary packages from the profile. (The end-user is supposed to use mechanisms such as the ImageBuilder in order to add his own set of packages to his own images... while the precompiled images should just contain the core set of packages needed to run the base functions of a wireless router.)

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43883 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: Fix for gpio falling interrupt mask
blogic [Thu, 8 Jan 2015 20:26:13 +0000 (20:26 +0000)]
ramips: Fix for gpio falling interrupt mask

This patch fixes a wrong mask operation for the rt2880-compatible ralink devices.
The mask operation reads the actual flags and then logical combines it with the pin flag it want to set.
Unfortunally, for rising as for falling interrupt flags the actual flag status of the rising interrupts was used.
That caused a problem if you want to use more than one falling GPIO interrupt.
Now the correct (seperated) actual status is used for both, falling and rising.

Signed-off-by: Jonas Arndt <info@greenwire-elektronik.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43882 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: update BR-6475ND dts
blogic [Thu, 8 Jan 2015 20:26:02 +0000 (20:26 +0000)]
ramips: update BR-6475ND dts

Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.

Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43881 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: base-files: Whitespace fixes.
blogic [Thu, 8 Jan 2015 20:25:55 +0000 (20:25 +0000)]
ramips: base-files: Whitespace fixes.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43880 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: BT Home Hub 3A - userspace
blogic [Thu, 8 Jan 2015 20:25:48 +0000 (20:25 +0000)]
lantiq: BT Home Hub 3A - userspace

BT Home Hub 3A - userspace

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43879 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: BT Home Hub 3A - profile
blogic [Thu, 8 Jan 2015 20:25:41 +0000 (20:25 +0000)]
lantiq: BT Home Hub 3A - profile

BT Home Hub 3A - profile

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43878 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: BT Home Hub3A - device tree
blogic [Thu, 8 Jan 2015 20:25:35 +0000 (20:25 +0000)]
lantiq: BT Home Hub3A - device tree

BT Home Hub3A - device tree

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43877 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: Fix adsl led on Home Hub 2B
blogic [Thu, 8 Jan 2015 20:25:28 +0000 (20:25 +0000)]
lantiq: Fix adsl led on Home Hub 2B

This fixes the adsl led on the Home Hub 2B.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43876 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenssl: bump to 1.0.1j
cyrus [Thu, 8 Jan 2015 18:29:26 +0000 (18:29 +0000)]
openssl: bump to 1.0.1j

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43875 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofirewall: respect src_dip option for reflection (#18544)
jow [Thu, 8 Jan 2015 16:10:46 +0000 (16:10 +0000)]
firewall: respect src_dip option for reflection (#18544)

Also fix wrong IPv4 netmask calculation on x86-64, thanks Ulrich Weber.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43874 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscripts/config: sync with linux upstream
nbd [Thu, 8 Jan 2015 14:33:53 +0000 (14:33 +0000)]
scripts/config: sync with linux upstream

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43873 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: update default url template and complete kconfig help
jow [Thu, 8 Jan 2015 12:46:44 +0000 (12:46 +0000)]
base-files: update default url template and complete kconfig help

Change the kconfig default for the repository url template to use "%s"
instead of "%T" as well.

Also complete the kconfig help text do cover the recently introduced
manufacturer, product and hwrev options.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43872 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoversion.mk: add "%s" placeholder for dotted target.subtarget notation
jow [Thu, 8 Jan 2015 12:46:37 +0000 (12:46 +0000)]
version.mk: add "%s" placeholder for dotted target.subtarget notation

Implement "%s" placeholder that expands to either the target name,
e.g. "ar71xx" if the subtarget is generic or to target.subtarget, e.g.
"ar71xx.nand" is a subtarget is choosen.

Also change the default repository url template to use "%s" instead
of "%T" to reflect the directory structure used by the buildbot systems.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43871 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonftables: bump to latest git / all patches upstreamed
cyrus [Thu, 8 Jan 2015 11:31:36 +0000 (11:31 +0000)]
nftables: bump to latest git / all patches upstreamed

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43870 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: add version number to filenames
jow [Thu, 8 Jan 2015 11:02:00 +0000 (11:02 +0000)]
build: add version number to filenames

This commit introduces a new option CONFIG_VERSION_FILENAMES which causes
OpenWrt to embed the version number in generated image files, SDK- and
ImageBuilder archives.

The option is enabled by default if CONFIG_VERSIONOPT is set.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43869 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofstools: update to the latest git HEAD
rmilecki [Wed, 7 Jan 2015 17:10:02 +0000 (17:10 +0000)]
fstools: update to the latest git HEAD

This allows using UBIFS volume as overlay and adds support for Btrfs.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43868 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage/binutils: actually support the target toolchain
nbd [Wed, 7 Jan 2015 16:02:59 +0000 (16:02 +0000)]
package/binutils: actually support the target toolchain

This fixes a bug, where ld on ARM EABI platforms expects OABI code.

Signed-off-by: Harald Geyer <harald@ccbib.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43866 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoqos-scripts: bump PKG_REVISION and copyright year
jow [Tue, 6 Jan 2015 12:42:38 +0000 (12:42 +0000)]
qos-scripts: bump PKG_REVISION and copyright year

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43860 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenvpn: bump PKG_REVISION and copyright year
jow [Tue, 6 Jan 2015 12:41:22 +0000 (12:41 +0000)]
openvpn: bump PKG_REVISION and copyright year

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43859 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenssl: fix CVE-2014-3569
cyrus [Tue, 6 Jan 2015 09:59:55 +0000 (09:59 +0000)]
openssl: fix CVE-2014-3569

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43858 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing dependency for kmod-crypto-ghash
nbd [Mon, 5 Jan 2015 21:37:29 +0000 (21:37 +0000)]
kernel: add missing dependency for kmod-crypto-ghash

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43857 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: add missing NAND_WRITE_DATA in NAND driver.
nbd [Mon, 5 Jan 2015 21:37:21 +0000 (21:37 +0000)]
lantiq: add missing NAND_WRITE_DATA in NAND driver.

Signed-off-by: Sylwester Petela <sscapi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43856 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[mvebu/3.18]: refresh kernel config, add cpuidle and cpufreq support
kaloz [Mon, 5 Jan 2015 15:08:20 +0000 (15:08 +0000)]
[mvebu/3.18]: refresh kernel config, add cpuidle and cpufreq support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43855 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[mvebu]: enable swconfig and the mvsw6171 driver
kaloz [Mon, 5 Jan 2015 15:02:18 +0000 (15:02 +0000)]
[mvebu]: enable swconfig and the mvsw6171 driver

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43854 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: fix ad-hoc basic/multicast rate regression from r43782
nbd [Mon, 5 Jan 2015 13:19:20 +0000 (13:19 +0000)]
mac80211: fix ad-hoc basic/multicast rate regression from r43782

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43853 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues
nbd [Mon, 5 Jan 2015 13:03:55 +0000 (13:03 +0000)]
nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43852 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agodnsmasq: fix dependency problems of the dnsmasq-full variant.
nbd [Mon, 5 Jan 2015 13:03:48 +0000 (13:03 +0000)]
dnsmasq: fix dependency problems of the dnsmasq-full variant.

This patch tries to

 - Let the DHCPv6 feature depend on CONFIG_IPV6.
 - Conditionally select libnettle, kmod-ipv6, kmod-ipt-ipset only if the
   corresponding features are enabled.
 - Install `trust-anchors.conf` only if DNSSEC is selected.
 - Add PKG_CONFIG_DEPENDS for the configurable options.
 - Add a patch to let the Makefile of dnsmasq be aware of changes in
   COPTS variable.

Big thanks goes to Frank Schäfer <fschaefer.oss@googlemail.com> for
providing necessary information on connections and dependency relations
between these CONFIGs and packages.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43851 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopackage: remove references to symbols TARGET_{ps3,pxcab}.
nbd [Mon, 5 Jan 2015 13:03:40 +0000 (13:03 +0000)]
package: remove references to symbols TARGET_{ps3,pxcab}.

Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43850 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoe2fsprogs: bump release
nbd [Mon, 5 Jan 2015 13:03:33 +0000 (13:03 +0000)]
e2fsprogs: bump release

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43849 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoe2fsprogs: package dumpe2fs, e2freefrag, filefrag, debugfs
nbd [Mon, 5 Jan 2015 13:03:26 +0000 (13:03 +0000)]
e2fsprogs: package dumpe2fs, e2freefrag, filefrag, debugfs

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43848 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoe2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs
nbd [Mon, 5 Jan 2015 13:03:20 +0000 (13:03 +0000)]
e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43847 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: Add uapsd option to netifd.sh
nbd [Mon, 5 Jan 2015 13:03:12 +0000 (13:03 +0000)]
hostapd: Add uapsd option to netifd.sh

The uapsd option sets the uapsd_advertisement_enabled flag in hostapd.

The check for phy support is already implemented here in hostapd since 2011:
http://w1.fi/cgit/hostap/commit/?id=70619a5d8a3d32faa43d66bcb1b670cacf0c243e

So this can be safely set to 1 as default.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43846 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
nbd [Mon, 5 Jan 2015 13:03:07 +0000 (13:03 +0000)]
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c

Move all AR8327/AR8337-specific driver code into a separate source file
ar8327.c and adjust patches so that ar8327.c is compiled if
CONFIG_AR8216_PHY is set.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43845 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.h
nbd [Mon, 5 Jan 2015 13:02:57 +0000 (13:02 +0000)]
ar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.h

Move several structure definitions and #defines from ar8216.c
to ar8216.h and move AR8327/AR8337 header stuff into a new
header file ar8327.h.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43844 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/hwmon: package pwm-fan kernel module
nbd [Mon, 5 Jan 2015 13:02:49 +0000 (13:02 +0000)]
kernel/hwmon: package pwm-fan kernel module

pwm-fan was introduced in kernel 3.18

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43843 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoall targets: remove all =m kernel config symbols
nbd [Mon, 5 Jan 2015 13:02:44 +0000 (13:02 +0000)]
all targets: remove all =m kernel config symbols

modules build during the kernel compile phase are ignored anyway,
all modules should be built using KernelPackage in
package/kernel/linux/modules/*
selecting the appropriate config symbols there rather than in
target/linux/*/config-*

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43842 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: bridge: multicast: backport a few more fixes for 3.10
nbd [Mon, 5 Jan 2015 13:02:31 +0000 (13:02 +0000)]
kernel: bridge: multicast: backport a few more fixes for 3.10

The following patches unfortunately didn't hit the kernel stable
branches yet, therefore cherrypicking them for OpenWRT here:

* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries
* bridge: multicast: enable snooping on general queries only
* bridge: multicast: add sanity check for general query destination

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43841 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoocteon: enable VLAN support
nbd [Mon, 5 Jan 2015 13:02:26 +0000 (13:02 +0000)]
octeon: enable VLAN support

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43840 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoocteon: remove config-default
nbd [Mon, 5 Jan 2015 13:02:21 +0000 (13:02 +0000)]
octeon: remove config-default

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43839 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-gcm
nbd [Mon, 5 Jan 2015 13:02:14 +0000 (13:02 +0000)]
kernel/modules: add kmod-crypto-gcm

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43838 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-ghash
nbd [Mon, 5 Jan 2015 13:02:08 +0000 (13:02 +0000)]
kernel/modules: add kmod-crypto-ghash

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43837 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128
nbd [Mon, 5 Jan 2015 13:02:01 +0000 (13:02 +0000)]
kernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43836 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-gf128
nbd [Mon, 5 Jan 2015 13:01:56 +0000 (13:01 +0000)]
kernel/modules: add kmod-crypto-gf128

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43835 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-ctr
nbd [Mon, 5 Jan 2015 13:01:52 +0000 (13:01 +0000)]
kernel/modules: add kmod-crypto-ctr

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43834 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-seqiv
nbd [Mon, 5 Jan 2015 13:01:42 +0000 (13:01 +0000)]
kernel/modules: add kmod-crypto-seqiv

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43833 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: remove CRYPTOMGR_MODULES
nbd [Mon, 5 Jan 2015 13:01:36 +0000 (13:01 +0000)]
kernel/modules: remove CRYPTOMGR_MODULES

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43832 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead
nbd [Mon, 5 Jan 2015 13:01:30 +0000 (13:01 +0000)]
kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43831 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: add kmod-crypto-aead
nbd [Mon, 5 Jan 2015 13:01:23 +0000 (13:01 +0000)]
kernel/modules: add kmod-crypto-aead

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43830 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: remove superfluous backslash
nbd [Mon, 5 Jan 2015 13:01:17 +0000 (13:01 +0000)]
kernel/modules: remove superfluous backslash

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43829 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoutil-linux: fix packaging issues
cyrus [Mon, 5 Jan 2015 10:11:28 +0000 (10:11 +0000)]
util-linux: fix packaging issues

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43828 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[netdevices.mk]: et131x is out of staging in 3.18
kaloz [Sun, 4 Jan 2015 18:41:32 +0000 (18:41 +0000)]
[netdevices.mk]: et131x is out of staging in 3.18

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43827 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[iwinfo]: upgrade to latest revision
kaloz [Sun, 4 Jan 2015 18:39:58 +0000 (18:39 +0000)]
[iwinfo]: upgrade to latest revision

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43826 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[mvebu]: add tmp421 to the device tree instead of relying on autodetect
kaloz [Sun, 4 Jan 2015 17:26:07 +0000 (17:26 +0000)]
[mvebu]: add tmp421 to the device tree instead of relying on autodetect

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43825 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoopenvpn: backport an upstream fix for a regression in using --cipher none (fixes...
nbd [Sun, 4 Jan 2015 12:03:29 +0000 (12:03 +0000)]
openvpn: backport an upstream fix for a regression in using --cipher none (fixes #18676)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43823 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: update 3.18 to 3.18.1
luka [Sat, 3 Jan 2015 22:59:47 +0000 (22:59 +0000)]
kernel: update 3.18 to 3.18.1

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43821 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: update 3.14 to 3.14.27
luka [Sat, 3 Jan 2015 22:59:43 +0000 (22:59 +0000)]
kernel: update 3.14 to 3.14.27

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43820 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix WSR-600DHP flash layout
nbd [Sat, 3 Jan 2015 18:31:27 +0000 (18:31 +0000)]
ramips: fix WSR-600DHP flash layout

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43819 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix WSR-1166DHP flash layout
nbd [Sat, 3 Jan 2015 18:31:17 +0000 (18:31 +0000)]
ramips: fix WSR-1166DHP flash layout

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43818 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix WSR-{600,1166} names
nbd [Sat, 3 Jan 2015 18:31:11 +0000 (18:31 +0000)]
ramips: fix WSR-{600,1166} names

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43817 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix wsr-1166 sysupgrade support
nbd [Sat, 3 Jan 2015 18:31:06 +0000 (18:31 +0000)]
ramips: fix wsr-1166 sysupgrade support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43816 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup...
nbd [Sat, 3 Jan 2015 18:30:57 +0000 (18:30 +0000)]
ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup to take effect)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43815 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix WSR-600 image format
nbd [Fri, 2 Jan 2015 21:53:45 +0000 (21:53 +0000)]
ramips: fix WSR-600 image format

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43814 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: use CONFIG_MTD_SPLIT_UIMAGE_FW instead of CONFIG_MTD_UIMAGE_SPLIT
nbd [Fri, 2 Jan 2015 21:53:38 +0000 (21:53 +0000)]
ramips: use CONFIG_MTD_SPLIT_UIMAGE_FW instead of CONFIG_MTD_UIMAGE_SPLIT

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43813 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix image format for WSR-1166
nbd [Fri, 2 Jan 2015 21:53:31 +0000 (21:53 +0000)]
ramips: fix image format for WSR-1166

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43812 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: disable ethernet checksum offloads for mt7621, they are broken
nbd [Fri, 2 Jan 2015 21:53:24 +0000 (21:53 +0000)]
ramips: disable ethernet checksum offloads for mt7621, they are broken

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43811 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: use netif_receive_skb instead of napi_gro_receive when rx csum offload is...
nbd [Fri, 2 Jan 2015 21:53:18 +0000 (21:53 +0000)]
ramips: use netif_receive_skb instead of napi_gro_receive when rx csum offload is unavailable

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43810 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add mtd split support for trx images
nbd [Fri, 2 Jan 2015 21:53:11 +0000 (21:53 +0000)]
kernel: add mtd split support for trx images

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43809 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: rework and fix m25p80 chunked-io support
nbd [Fri, 2 Jan 2015 21:53:02 +0000 (21:53 +0000)]
ramips: rework and fix m25p80 chunked-io support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43808 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: split mt7621 spi into a separate driver, increase maximum transfer size
nbd [Fri, 2 Jan 2015 21:52:53 +0000 (21:52 +0000)]
ramips: split mt7621 spi into a separate driver, increase maximum transfer size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43807 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add a mtdsplit implementation for tp-link firmware headers
nbd [Fri, 2 Jan 2015 21:52:44 +0000 (21:52 +0000)]
kernel: add a mtdsplit implementation for tp-link firmware headers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43806 3c298f89-4303-0410-b956-a3cf2f4a3e73