Felix Fietkau
8516ddb133
mac80211, hostapd: Fix macfilter for multi bssid setups
...
Previously only the first macfilter configuration would have been used
on all interfaces. However, the configuration was always done per vif
already. Hence, move the macfilter setup into hostapd.sh where and
create one mac list file per vif.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34470
12 years ago
Florian Fainelli
d3cda51994
do no longer rename amba-pl010 serial devices names
...
Back in the days when we could not override /etc/inittab, it made a lot
of sense to rename ttyAM to ttyS since this was the only supported
serial device(s), we can now just put in an appropriate /etc/inittab file
now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34469
12 years ago
Mirko Vogt
4c30952394
Make ltq-dsl-app compile with an eglibc-based toolchain
...
Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org>
SVN-Revision: 34468
12 years ago
Felix Fietkau
a7220cd9f8
kernel: disable more pci quirks to save space on platforms that don't need them
...
SVN-Revision: 34467
12 years ago
Steven Barth
4bda16cf27
ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling
...
SVN-Revision: 34466
12 years ago
Steven Barth
71ed7ae842
netifd: empty hotplug handler removed
...
SVN-Revision: 34465
12 years ago
Gabor Juhos
8cfe4bf9cd
mac80211: refresh patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34464
12 years ago
Gabor Juhos
7a26eb9f13
mac80211: rename a misnamed ath9k patch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34463
12 years ago
Steven Barth
c6b0c63cad
6distributed: Poll for ubus to come up (fix race)
...
SVN-Revision: 34462
12 years ago
Felix Fietkau
ec885796c0
kernel 3.6+: switch to a crc32 implementation that is more suitable for small caches. reduces kernel image size by ~22 KiB on mips
...
SVN-Revision: 34461
12 years ago
Jo-Philipp Wich
5d253542d7
include: download.mk: correct tar argument order when packing checkouts
...
GNU TAR v1.26 will fail with "no such file or directory" errors when the
output file does not immediately follow the -f switch.
SVN-Revision: 34460
12 years ago
Jo-Philipp Wich
740daabdfd
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
...
SVN-Revision: 34459
12 years ago
Felix Fietkau
24b31c9428
kernel: fix stripping symbol exports
...
SVN-Revision: 34458
12 years ago
Felix Fietkau
d38be845f4
libubox: update to latest version, fixes blob/blobmsg endian issues
...
SVN-Revision: 34456
12 years ago
Felix Fietkau
697cbb6d2f
tools/sstrip: remove redundant -I flag that breaks build on some x86_64 linux hosts
...
SVN-Revision: 34455
12 years ago
Hauke Mehrtens
2ac9ac5163
brcm47xx: read sprom vars without prefix for boardrev and boardtype if the prefixed one is not available.
...
SVN-Revision: 34454
12 years ago
Hauke Mehrtens
9362c121c8
b43-tools: pack the lcn firmware into the brcmsmac firmware package.
...
SVN-Revision: 34453
12 years ago
Hauke Mehrtens
3399d16dd7
broadcom-wl: get the mmio address directly from the struct if bcma is used.
...
SVN-Revision: 34452
12 years ago
Felix Fietkau
c233a088f0
build: it is no longer necessary to call make target/linux/clean as part of make clean
...
SVN-Revision: 34451
12 years ago
Felix Fietkau
720ccbd95d
kernel: move KERNEL_BUILD_DIR under BUILD_DIR to properly fix gcc/libc based dependencies
...
SVN-Revision: 34450
12 years ago
Felix Fietkau
38d3b8d0ea
kernel: patch in a working copy of elf.h instead of using relative path based hackery in #include statements
...
SVN-Revision: 34449
12 years ago
Felix Fietkau
974a50ca4a
sstrip: remove a redundant copy of elf.h
...
SVN-Revision: 34448
12 years ago
Jo-Philipp Wich
993ac4600a
rules.mk: don't use $(realpath) in file_copy, the destination directory might not exist yet - spotted while doing a fresh build
...
SVN-Revision: 34447
12 years ago
Gabor Juhos
e0e43655ce
ramips: fix serial console for Belkin F5D8235 v1/v2
...
Based on a patch from #12533 .
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34445
12 years ago
Gabor Juhos
890f83dfb3
Update linux-atm fixes to reflect the final upstream pull request
...
[juhosg: refresh the patches with quilt]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34443
12 years ago
Gabor Juhos
5d8a7a0ce5
Make teql hotplug script run sooner
...
In particular, it wants to run before the ntpclient script. Which may
block for a long time attempting to do DNS lookups for NTP servers. In
my case, that would have *worked* if the new device had been added to
teql first, rather than timing out.
This was effectively causing a huge delay between an interface coming
up, and routing actually starting to work.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34442
12 years ago
Gabor Juhos
9691b3f4bf
Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34441
12 years ago
Jo-Philipp Wich
57d29c25f5
toolchain: use file_copy to install the initial gcc files
...
SVN-Revision: 34440
12 years ago
Jo-Philipp Wich
476ea2bcb4
imagebuilder: use file_copy to deploy files/ in the image generation phase
...
SVN-Revision: 34439
12 years ago
Jo-Philipp Wich
a99b0363d0
package: use file_copy to deploy files/ in the package/install phase
...
SVN-Revision: 34438
12 years ago
Jo-Philipp Wich
828597693e
rules.mk: provide a macro "file_copy" which removes any symlink in the destination dir that would be overwritten
...
SVN-Revision: 34437
12 years ago
Jo-Philipp Wich
9f3dc9afa7
toolchain: remove duplicate default in bintutils Kconfig
...
SVN-Revision: 34436
12 years ago
Florian Fainelli
4801705d83
remove support for ubicom32
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34432
12 years ago
Florian Fainelli
4a1e2123eb
kernel: remove references to TARGET_ubicom32
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34431
12 years ago
Florian Fainelli
527afd0e9a
remove target
...
This target is unused, does not support any off the shelf hardware and
has been a maintenance burden for quite some time now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34430
12 years ago
Florian Fainelli
a68f386663
disable sstrip when using musl
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34427
12 years ago
Florian Fainelli
c830644d97
remove Linux 3.3 support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34426
12 years ago
Florian Fainelli
bf9af32738
gcc/4.5-linaro: backport musl patch
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34425
12 years ago
Florian Fainelli
763f780553
use a default kernel command-line to mount squashfs and jffs2
...
This fixes bug #9055 .
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34424
12 years ago
Steven Barth
a0f0c23109
ipv6-support: Add conffiles section
...
SVN-Revision: 34423
12 years ago
Steven Barth
a4edea5ef3
ipv6-support: Add new IPv6-support meta-package
...
SVN-Revision: 34422
12 years ago
Steven Barth
e6e6e0d152
odhcp6c: Add new embedded DHCPv6 client
...
SVN-Revision: 34421
12 years ago
Steven Barth
25d943e872
6distributed: add local IPv6 prefix distributor
...
SVN-Revision: 34420
12 years ago
Steven Barth
7d3495b431
6relayd: Fix some RFC 6204 compatibility issues
...
SVN-Revision: 34419
12 years ago
Steven Barth
dffa972af1
Remove old IPv6 sysctl-config (deprecated)
...
SVN-Revision: 34418
12 years ago
Steven Barth
3b0e77ee6b
Remove default sysctl-entry for IPv6 here (races)
...
SVN-Revision: 34417
12 years ago
Gabor Juhos
7cde0281f4
kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQL
...
Patches queued upstream in net-next.git
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34415
12 years ago
Gabor Juhos
4f5defdc3b
ar71xx: switch to 3.6.8
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34414
12 years ago
Gabor Juhos
ea17e36482
kernel: Update Geos to 3.6.8
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34411
12 years ago
Gabor Juhos
543c2c27d1
kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)
...
Patches about to go into net-next.git
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34410
12 years ago