Felix Fietkau [Thu, 15 Jan 2015 12:19:20 +0000 (12:19 +0000)]
ar71xx: fix disable_irq() on chained irq handlers
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43974
Felix Fietkau [Thu, 15 Jan 2015 12:19:12 +0000 (12:19 +0000)]
kernel: fix disable_irq() on MIPS CPU IRQs
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43973
Rafał Miłecki [Wed, 14 Jan 2015 13:41:05 +0000 (13:41 +0000)]
bcm53xx: support all RAM on devices with more than 128 MiB (HIGHMEM)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43972
Felix Fietkau [Wed, 14 Jan 2015 13:20:38 +0000 (13:20 +0000)]
ath9k: fix irq storm issues (#18483)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43971
Imre Kaloz [Wed, 14 Jan 2015 12:09:33 +0000 (12:09 +0000)]
malta: copy initramfs images
Malta ramdisk images are no longer copied to output due to a recent change.
This change reimplements copying of ramdisk images for Malta builds.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
SVN-Revision: 43970
Imre Kaloz [Wed, 14 Jan 2015 11:39:20 +0000 (11:39 +0000)]
mvebu: Switch to the generic mkuimage macro
The mvebu image makefile define something almost identical to the generic
implementation found in include/image.mk.
Switch to this implementation.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
SVN-Revision: 43969
Imre Kaloz [Wed, 14 Jan 2015 11:37:29 +0000 (11:37 +0000)]
mvebu: Replace the padjffs2 call by the generic definition
The mvebu image Makefile directly calls the padjffs2 utility, while there's an
generic make function to do just that. Switch to it
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
SVN-Revision: 43968
Luka Perkov [Wed, 14 Jan 2015 09:59:26 +0000 (09:59 +0000)]
mdns: install uci package as config
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 43967
Imre Kaloz [Wed, 14 Jan 2015 08:53:11 +0000 (08:53 +0000)]
netfilter: handle NFT_MASQ_IPV6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43966
Rafał Miłecki [Wed, 14 Jan 2015 07:42:48 +0000 (07:42 +0000)]
bcm53xx: enable earlyprintk on more devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43965
Rafał Miłecki [Wed, 14 Jan 2015 07:03:42 +0000 (07:03 +0000)]
bcm53xx: enable HIGHMEM to support more than 128 MiB of RAM
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43964
Rafał Miłecki [Wed, 14 Jan 2015 07:03:17 +0000 (07:03 +0000)]
bcm53xx: refresh configs
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43963
Steven Barth [Tue, 13 Jan 2015 19:00:39 +0000 (19:00 +0000)]
map: export calculated ruleset to /tmp
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43961
Jo-Philipp Wich [Tue, 13 Jan 2015 10:23:44 +0000 (10:23 +0000)]
tools: libtool relocatable fixes
Make sure that libtool and libtoolize call grep relative to
$STAGING_DIR as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43960
Jo-Philipp Wich [Tue, 13 Jan 2015 07:49:10 +0000 (07:49 +0000)]
tools: bootstrap libtool to pickup the correct in-tree automake
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43959
Jo-Philipp Wich [Tue, 13 Jan 2015 07:49:01 +0000 (07:49 +0000)]
tools: bootstrap automake to pickup the correct in-tree autoconf
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43958
Jo-Philipp Wich [Tue, 13 Jan 2015 07:48:52 +0000 (07:48 +0000)]
tools: add dummy scripts for help2man and makeinfo
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43957
Jo-Philipp Wich [Tue, 13 Jan 2015 07:48:37 +0000 (07:48 +0000)]
tools: change automake depends to libtool depends
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43956
Jo-Philipp Wich [Tue, 13 Jan 2015 07:48:24 +0000 (07:48 +0000)]
tools: make libtool depend on automake, not vice versa
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43955
Felix Fietkau [Tue, 13 Jan 2015 00:34:49 +0000 (00:34 +0000)]
ramips: add missing -Os cflag for mt7621
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43954
Felix Fietkau [Tue, 13 Jan 2015 00:34:45 +0000 (00:34 +0000)]
ramips: use a larger number of rx descriptors on mt7621 to work around rx overrun related packet loss
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43953
Felix Fietkau [Tue, 13 Jan 2015 00:34:38 +0000 (00:34 +0000)]
ramips: remove interrupt coalescing, it is unnecessary with napi polling and could reduce throughput
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43952
Rafał Miłecki [Mon, 12 Jan 2015 22:10:00 +0000 (22:10 +0000)]
hostapd: backport patch fixing handling new stations
This patch fixes adding new stations for some specific drivers when
using more than 1 BSS.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43951
Imre Kaloz [Mon, 12 Jan 2015 20:16:36 +0000 (20:16 +0000)]
netfilter: handle nft_masq and nft_masq_ipv4
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43950
Steven Barth [Mon, 12 Jan 2015 12:40:08 +0000 (12:40 +0000)]
nftables: add missing patch
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43949
Steven Barth [Mon, 12 Jan 2015 12:39:14 +0000 (12:39 +0000)]
nftables: bump again and disable building docs
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43948
Imre Kaloz [Mon, 12 Jan 2015 11:58:41 +0000 (11:58 +0000)]
pwm support can't be compiled as a module
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43947
Steven Barth [Mon, 12 Jan 2015 10:56:54 +0000 (10:56 +0000)]
map: ignore psid and psidlen if psidlen is 0
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43946
Imre Kaloz [Mon, 12 Jan 2015 09:32:33 +0000 (09:32 +0000)]
now that the driver knows it, use the
88e6172's switch type in the mamba dts
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43945
Steven Barth [Mon, 12 Jan 2015 06:16:51 +0000 (06:16 +0000)]
nftables: bump to latest and enable debugging
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43944
Nicolas Thill [Sun, 11 Jan 2015 22:15:11 +0000 (22:15 +0000)]
dosfstools: update to 3.0.26
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43942
Nicolas Thill [Sun, 11 Jan 2015 22:15:03 +0000 (22:15 +0000)]
fuse: update to 2.9.3
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43941
Nicolas Thill [Sun, 11 Jan 2015 22:03:06 +0000 (22:03 +0000)]
target/uml: add missing config symbols
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43940
Felix Fietkau [Sun, 11 Jan 2015 18:25:23 +0000 (18:25 +0000)]
musl: merge changes from git, includes further getopt fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43939
Luka Perkov [Sun, 11 Jan 2015 17:20:16 +0000 (17:20 +0000)]
mvsw61xx: track and set per-VLAN port state in STU
Since the driver doesn't know anything about (M)STP
we just hard-set the ports to be enabled if they are
part of the VLAN.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43938
Luka Perkov [Sun, 11 Jan 2015 17:20:06 +0000 (17:20 +0000)]
mvsw61xx: clean up and expand register definitions
- eliminate MV_CPUPORT; not necessary since we define
the CPU port(s) via Device Tree
- add STU and expand VTU operations
- update register names to match those of 88E61xx rather than
mvswitch's
88E6060
- use more consistent formatting
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43937
Luka Perkov [Sun, 11 Jan 2015 17:20:03 +0000 (17:20 +0000)]
mvsw61xx: rework chip recognition
Recognizes
88E6171/6172/6176 at the moment.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43936
Luka Perkov [Sun, 11 Jan 2015 17:19:58 +0000 (17:19 +0000)]
mvsw6171: rename to 'mvsw61xx'
In preparation for properly supporting switches
beyond the
88E6171.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43935
Jo-Philipp Wich [Sun, 11 Jan 2015 16:53:59 +0000 (16:53 +0000)]
ltq-vmmc: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43934
Jo-Philipp Wich [Sun, 11 Jan 2015 16:53:52 +0000 (16:53 +0000)]
ltq-tapi: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43933
Jo-Philipp Wich [Sun, 11 Jan 2015 16:53:45 +0000 (16:53 +0000)]
ltq-ifxos: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43932
Jo-Philipp Wich [Sun, 11 Jan 2015 16:53:34 +0000 (16:53 +0000)]
ltq-adsl: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43931
Felix Fietkau [Sun, 11 Jan 2015 16:14:23 +0000 (16:14 +0000)]
libusb: update to version 1.0.19
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43930
Luka Perkov [Sun, 11 Jan 2015 01:28:32 +0000 (01:28 +0000)]
kernel: update 3.14 to 3.14.28
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43929
Florian Fainelli [Sat, 10 Jan 2015 20:12:15 +0000 (20:12 +0000)]
mcs814x: switch to 3.14 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43927
Florian Fainelli [Sat, 10 Jan 2015 20:12:02 +0000 (20:12 +0000)]
mcs814x: add 3.14 kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43926
Florian Fainelli [Sat, 10 Jan 2015 20:11:18 +0000 (20:11 +0000)]
mcs814x: account for dtb output directory differences
3.3 produced *.dtb files in arch/arm/boot/ while 3.14 will produce those
in arch/arm/boot/dts/, adjust the image makefile accordingly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43925
Florian Fainelli [Sat, 10 Jan 2015 20:11:07 +0000 (20:11 +0000)]
mcs814x: set low_mem feature flag
Most of the devices we support have between 16MiB and 32MiB of RAM
available.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43924
Florian Fainelli [Sat, 10 Jan 2015 20:10:57 +0000 (20:10 +0000)]
mcs814x: rename config-default to config-3.3
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43923
Zoltan Herpai [Sat, 10 Jan 2015 19:56:30 +0000 (19:56 +0000)]
sunxi: change bananapro DTS to use the already published patch, clean up 3.18 config of generic symbols
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43922
Zoltan Herpai [Sat, 10 Jan 2015 19:12:35 +0000 (19:12 +0000)]
uboot-sunxi: fix bananapro target, update patch
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43921
Felix Fietkau [Sat, 10 Jan 2015 18:48:14 +0000 (18:48 +0000)]
ar71xx: fix console string in images
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43917
Jo-Philipp Wich [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>
SVN-Revision: 43916
Florian Fainelli [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>
SVN-Revision: 43915
Florian Fainelli [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>
SVN-Revision: 43914
Florian Fainelli [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>
SVN-Revision: 43913
Zoltan Herpai [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>
SVN-Revision: 43912
Felix Fietkau [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>
SVN-Revision: 43911
Felix Fietkau [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>
SVN-Revision: 43910
Felix Fietkau [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>
SVN-Revision: 43909
Felix Fietkau [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>
SVN-Revision: 43908
Felix Fietkau [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>
SVN-Revision: 43907
Felix Fietkau [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>
SVN-Revision: 43906
Jo-Philipp Wich [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>
SVN-Revision: 43905
Jo-Philipp Wich [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>
SVN-Revision: 43904
Felix Fietkau [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>
SVN-Revision: 43901
Zoltan Herpai [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>
SVN-Revision: 43900
Zoltan Herpai [Fri, 9 Jan 2015 19:19:35 +0000 (19:19 +0000)]
uboot-sunxi: various updates - use mainline uboot-sunxi version (2015.01-rc3) - add support for Bananapro
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43899
Felix Fietkau [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>
SVN-Revision: 43898
Felix Fietkau [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>
SVN-Revision: 43897
Jo-Philipp Wich [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>
SVN-Revision: 43896
Jo-Philipp Wich [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>
SVN-Revision: 43895
Jo-Philipp Wich [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>
SVN-Revision: 43894
Imre Kaloz [Fri, 9 Jan 2015 12:36:07 +0000 (12:36 +0000)]
switch to 3.18
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43893
Imre Kaloz [Fri, 9 Jan 2015 12:35:19 +0000 (12:35 +0000)]
upgrade to 3.18.2
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43892
Jo-Philipp Wich [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>
SVN-Revision: 43891
Steven Barth [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>
SVN-Revision: 43890
John Crispin [Thu, 8 Jan 2015 21:23:18 +0000 (21:23 +0000)]
kernel: add SECCOMP to menuconfig
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43888
John Crispin [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>
SVN-Revision: 43887
John Crispin [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>
SVN-Revision: 43886
John Crispin [Thu, 8 Jan 2015 20:26:34 +0000 (20:26 +0000)]
gemini: add ata driver
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43885
John Crispin [Thu, 8 Jan 2015 20:26:27 +0000 (20:26 +0000)]
gemini: add rtc-gemini driver
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43884
John Crispin [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>
SVN-Revision: 43883
John Crispin [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>
SVN-Revision: 43882
John Crispin [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>
SVN-Revision: 43881
John Crispin [Thu, 8 Jan 2015 20:25:55 +0000 (20:25 +0000)]
ramips: base-files: Whitespace fixes.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
SVN-Revision: 43880
John Crispin [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>
SVN-Revision: 43879
John Crispin [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>
SVN-Revision: 43878
John Crispin [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>
SVN-Revision: 43877
John Crispin [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>
SVN-Revision: 43876
Steven Barth [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>
SVN-Revision: 43875
Jo-Philipp Wich [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>
SVN-Revision: 43874
Felix Fietkau [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>
SVN-Revision: 43873
Jo-Philipp Wich [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>
SVN-Revision: 43872
Jo-Philipp Wich [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>
SVN-Revision: 43871
Steven Barth [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>
SVN-Revision: 43870
Jo-Philipp Wich [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>
SVN-Revision: 43869
Rafał Miłecki [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>
SVN-Revision: 43868
Felix Fietkau [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>
SVN-Revision: 43866
Jo-Philipp Wich [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>
SVN-Revision: 43860