Felix Fietkau [Thu, 25 Oct 2012 21:41:56 +0000 (21:41 +0000)]
ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors and "Failed to stop Tx DMA" errors
SVN-Revision: 33938
Felix Fietkau [Thu, 25 Oct 2012 21:41:52 +0000 (21:41 +0000)]
mac80211: refresh patch
SVN-Revision: 33937
Florian Fainelli [Thu, 25 Oct 2012 21:16:51 +0000 (21:16 +0000)]
add preliminary support for 3.6 kernel
SVN-Revision: 33936
Hauke Mehrtens [Thu, 25 Oct 2012 19:49:20 +0000 (19:49 +0000)]
brcm47xx: check for .ELF header in partition parser
The image format for the wgt634u is different from the normal format.
Without this patch the partition parser detects a 128kb bigger
partition after every update.
This closes #11420
Thank you b.sander for the patch.
SVN-Revision: 33935
Felix Fietkau [Thu, 25 Oct 2012 16:39:38 +0000 (16:39 +0000)]
b43-tools: get rid of the libfl dependency to fix build errors on mac os x
SVN-Revision: 33934
Hauke Mehrtens [Thu, 25 Oct 2012 16:26:16 +0000 (16:26 +0000)]
acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
SVN-Revision: 33933
Hauke Mehrtens [Thu, 25 Oct 2012 16:25:45 +0000 (16:25 +0000)]
mac80211: add md5sum for linux-firmware file, to download it from the mirror.
SVN-Revision: 33932
Hauke Mehrtens [Thu, 25 Oct 2012 16:24:50 +0000 (16:24 +0000)]
b43-tools: fix md5sum
SVN-Revision: 33931
Hauke Mehrtens [Thu, 25 Oct 2012 16:07:30 +0000 (16:07 +0000)]
mac80211: update carl9170 firmware
SVN-Revision: 33930
Hauke Mehrtens [Thu, 25 Oct 2012 15:50:47 +0000 (15:50 +0000)]
kernel: add PCI id 14e4:4350 to ssb
* 14e4:4350 is found on a Broadcom BCM43222.
* remove some warnings when using a BCM43222.
SVN-Revision: 33929
Felix Fietkau [Thu, 25 Oct 2012 15:11:45 +0000 (15:11 +0000)]
kernel: add a few missing config symbols for x86. added to generic config because of dependencies, so that kernel_menuconfig does not remove them again
SVN-Revision: 33923
Felix Fietkau [Thu, 25 Oct 2012 15:11:40 +0000 (15:11 +0000)]
kernel: refresh config files using kconfig.pl
SVN-Revision: 33922
Felix Fietkau [Thu, 25 Oct 2012 15:11:35 +0000 (15:11 +0000)]
kernel: fix the pcspkr module, add proper dependencies, add the actual sound module
SVN-Revision: 33921
Hauke Mehrtens [Thu, 25 Oct 2012 14:33:47 +0000 (14:33 +0000)]
kernel: update bcma and ssb to master-2012-10-18 from wireless-testing
* update the flash driver for bcm47xx to use the stubs already in bcma
* do some misc enhancements to the flash drivers for bcm47xx
SVN-Revision: 33920
Felix Fietkau [Thu, 25 Oct 2012 14:31:17 +0000 (14:31 +0000)]
hostapd: merge some pending fixes (fixes assoc errors when moving between vaps of the same wifi device)
SVN-Revision: 33919
Florian Fainelli [Thu, 25 Oct 2012 11:54:41 +0000 (11:54 +0000)]
fix Ethernet DMA for 636x and 6328 after r33916
SVN-Revision: 33918
Florian Fainelli [Wed, 24 Oct 2012 21:25:22 +0000 (21:25 +0000)]
add support for the Dynalink RTA770BW board
This board id is used by the Siemens Gigaset SE515 router.
SVN-Revision: 33917
Florian Fainelli [Wed, 24 Oct 2012 21:25:10 +0000 (21:25 +0000)]
make BCM6345 Ethernet DMA changes runtime checks
The semantics of the DMA engine are identical, we just have a couple of
special case handling.
SVN-Revision: 33916
Florian Fainelli [Wed, 24 Oct 2012 15:57:31 +0000 (15:57 +0000)]
ARM: fix XZ decompressor stub build failure on strstr()
SVN-Revision: 33915
Florian Fainelli [Wed, 24 Oct 2012 15:57:24 +0000 (15:57 +0000)]
fixup generic 3.6 kernel config
It was not meant to be committed as-is in r33911
SVN-Revision: 33914
Florian Fainelli [Wed, 24 Oct 2012 13:23:20 +0000 (13:23 +0000)]
fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set
This issue got introduced while porting the patch over 3.6 in r33897
SVN-Revision: 33913
Florian Fainelli [Wed, 24 Oct 2012 13:05:22 +0000 (13:05 +0000)]
make all 3.6 patches apply and build
SVN-Revision: 33911
Florian Fainelli [Wed, 24 Oct 2012 13:05:18 +0000 (13:05 +0000)]
uclibc++: make it depend on INSTALL_LIBSTDCPP
SVN-Revision: 33910
Florian Fainelli [Wed, 24 Oct 2012 13:05:15 +0000 (13:05 +0000)]
ncurses: build C++ bindings only our toolchain supports C++
SVN-Revision: 33909
Florian Fainelli [Wed, 24 Oct 2012 13:05:10 +0000 (13:05 +0000)]
make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
SVN-Revision: 33908
Florian Fainelli [Wed, 24 Oct 2012 13:05:07 +0000 (13:05 +0000)]
hide C++ standard library selection behind INSTALL_LIBSTDCPP
If our toolchain is not configured to support C++, it is pointless choosing
a particular C++ standard library implementation.
SVN-Revision: 33907
Florian Fainelli [Wed, 24 Oct 2012 13:05:04 +0000 (13:05 +0000)]
swconfig: get rid of the NLA_PUT_* macros
Upstream kernel 3.6 has removed this usage, use the plain functions directly as
intended.
SVN-Revision: 33906
Florian Fainelli [Wed, 24 Oct 2012 13:05:01 +0000 (13:05 +0000)]
netfilter: ip_queue has been removed in 3.6
SVN-Revision: 33905
Florian Fainelli [Wed, 24 Oct 2012 13:04:57 +0000 (13:04 +0000)]
i2c muxes modules have a different prefix since 3.5
Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that
SVN-Revision: 33904
Florian Fainelli [Wed, 24 Oct 2012 13:04:54 +0000 (13:04 +0000)]
kernel: the camellia module name has changed in kernel 3.4
With the support for architecture optimized camellia routines, the original
camellia module got renamed to camellia_generic, account for that.
SVN-Revision: 33903
Jo-Philipp Wich [Tue, 23 Oct 2012 19:57:47 +0000 (19:57 +0000)]
ltq-dsl-app: fix offline postinstall for dsl_control
SVN-Revision: 33901
Jo-Philipp Wich [Tue, 23 Oct 2012 19:53:44 +0000 (19:53 +0000)]
linux-atm: fix offline postinstall for br2684ctl
SVN-Revision: 33900
Jo-Philipp Wich [Tue, 23 Oct 2012 16:34:00 +0000 (16:34 +0000)]
x86: allow both old and new grub signatures in sysupgrade
SVN-Revision: 33898
Imre Kaloz [Tue, 23 Oct 2012 12:21:34 +0000 (12:21 +0000)]
linux 3.6 support (work in progress)
SVN-Revision: 33897
Jonas Gorski [Tue, 23 Oct 2012 10:57:49 +0000 (10:57 +0000)]
kernel: move the bcma fallback sprom fix to generic
bcm63xx needs the bcma fallback sprom fix, too.
SVN-Revision: 33896
Jonas Gorski [Tue, 23 Oct 2012 10:57:47 +0000 (10:57 +0000)]
add support for Comtrend AR5381u.
Router: Comtrend AR5381u.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 33895
Jonas Gorski [Tue, 23 Oct 2012 10:57:44 +0000 (10:57 +0000)]
add support for Comtrend AR5387un.
Router: Comtrend AR5387un.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 33894
Jonas Gorski [Tue, 23 Oct 2012 10:57:39 +0000 (10:57 +0000)]
add support for HomeStation ADB P.DG A4001N.
Router: HomeStation ADB P.DG A4001N.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix subject, indentation in patch]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 33893
Jonas Gorski [Mon, 22 Oct 2012 22:16:19 +0000 (22:16 +0000)]
scrips/metadata.pl: fix broken targets with subtargets being selectable
r26926 moved all target features to subtargets if present, which had the
side effect that broken targets are available for selection, just without
any available subtargets (since they are still marked as broken).
Fix this by explicitly letting the top level target also depend on broken.
SVN-Revision: 33892
Felix Fietkau [Mon, 22 Oct 2012 16:23:23 +0000 (16:23 +0000)]
ath9k: fix operating state check on changing the channel bandwidth via debugfs
SVN-Revision: 33891
Felix Fietkau [Mon, 22 Oct 2012 16:06:29 +0000 (16:06 +0000)]
x86: correct image magic for grub2 images
Sysupgrade broke on x86 when grub2 superceded grub. This patch
corrects tha magic_word to be expected in grub2 combined images.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 33890
Florian Fainelli [Mon, 22 Oct 2012 12:57:22 +0000 (12:57 +0000)]
add back support for BCM6345 Ethernet DMA engine
SVN-Revision: 33889
Florian Fainelli [Mon, 22 Oct 2012 12:57:14 +0000 (12:57 +0000)]
fix clocks bits for BCM6345
SVN-Revision: 33888
Florian Fainelli [Sun, 21 Oct 2012 21:30:30 +0000 (21:30 +0000)]
refresh 3.3 patches
SVN-Revision: 33887
Jonas Gorski [Sun, 21 Oct 2012 14:35:06 +0000 (14:35 +0000)]
Add F@ST2604 board support.
Add Sagem F@ST2604 board support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 33886
Felix Fietkau [Sun, 21 Oct 2012 02:00:11 +0000 (02:00 +0000)]
Makefile: add a check to bail out early when the path to the openwrt directory contains spaces (#12344)
SVN-Revision: 33884
Gabor Juhos [Fri, 19 Oct 2012 18:32:49 +0000 (18:32 +0000)]
ar71xx: rw2458n - fix flash parts
See #12338. Redwave rw2458 has uboot, not redboot.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33867
Jo-Philipp Wich [Fri, 19 Oct 2012 18:08:19 +0000 (18:08 +0000)]
libevent2: move to trunk (required by lldpd), add myself as maintainer
SVN-Revision: 33866
Felix Fietkau [Fri, 19 Oct 2012 17:47:22 +0000 (17:47 +0000)]
package/kernel: add IKCONFIG module option
Add an option for building the configs.ko module which provides
kernel configuration via /proc/config.gz
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33865
Gabor Juhos [Fri, 19 Oct 2012 17:42:22 +0000 (17:42 +0000)]
ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GR
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33864
Hamish Guthrie [Fri, 19 Oct 2012 15:45:59 +0000 (15:45 +0000)]
ocf-crypto-headers: Correct license info
SVN-Revision: 33863
Hamish Guthrie [Fri, 19 Oct 2012 15:34:28 +0000 (15:34 +0000)]
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
Jo-Philipp Wich [Fri, 19 Oct 2012 13:54:29 +0000 (13:54 +0000)]
uhttpd: fix compilation with eglibc
SVN-Revision: 33860
Felix Fietkau [Fri, 19 Oct 2012 13:51:48 +0000 (13:51 +0000)]
netifd: update to latest version, fixes device cleanup and config reload issues when assigning a device to a different bridge
SVN-Revision: 33858
Jo-Philipp Wich [Fri, 19 Oct 2012 10:22:11 +0000 (10:22 +0000)]
sysfsutils: move to the correct directory
SVN-Revision: 33856
Hauke Mehrtens [Thu, 18 Oct 2012 14:05:23 +0000 (14:05 +0000)]
mac80211: update firmware from linux-firmware
* add firmware for some more intel wifi cards
* use new firmware for some intel wifi cards
* remove old firmware version for libertas when we also ship a more recent version
* add rt3290.bin for rt2800-pci
* use new firmware version for wl12xx, the old one is not supported by the driver any more
SVN-Revision: 33854
Felix Fietkau [Thu, 18 Oct 2012 11:42:42 +0000 (11:42 +0000)]
mac80211: fix typo that broke specifying the phy name directly (deprecated)
SVN-Revision: 33853
Gabor Juhos [Thu, 18 Oct 2012 07:23:13 +0000 (07:23 +0000)]
ramips: add profile and build image for the TEW-691GR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33852
Gabor Juhos [Thu, 18 Oct 2012 07:23:12 +0000 (07:23 +0000)]
ramips: add user-space support for TEW-691GR
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33851
Gabor Juhos [Thu, 18 Oct 2012 07:23:11 +0000 (07:23 +0000)]
ramips: rt3883: add initial support for the TRENDnet TEW-691GR board
No wireless support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33850
Gabor Juhos [Thu, 18 Oct 2012 07:23:10 +0000 (07:23 +0000)]
ramips: add profile and build image for the TEW-692GR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33849
Gabor Juhos [Thu, 18 Oct 2012 07:23:09 +0000 (07:23 +0000)]
firmware-utils: new tool for fixing U-Media firmware headers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33848
Gabor Juhos [Thu, 18 Oct 2012 07:23:07 +0000 (07:23 +0000)]
ramips: add user-space support for the TEW-692GR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33847
Gabor Juhos [Thu, 18 Oct 2012 07:23:06 +0000 (07:23 +0000)]
ramips: rt3883: add initial support for TRENDnet TEW-692GR board
No wireless support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33846
Gabor Juhos [Thu, 18 Oct 2012 07:23:04 +0000 (07:23 +0000)]
ramips: add profile and build image for the DIR-645 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33845
Gabor Juhos [Thu, 18 Oct 2012 07:23:03 +0000 (07:23 +0000)]
ramips: add user space support for the DIR-645
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33844
Gabor Juhos [Thu, 18 Oct 2012 07:23:02 +0000 (07:23 +0000)]
ramips: rt3883: add inital support for the DIR-645 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33843
Gabor Juhos [Thu, 18 Oct 2012 07:23:00 +0000 (07:23 +0000)]
ramips: use get_magic_long in sysupgrade image check
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33842
Gabor Juhos [Thu, 18 Oct 2012 07:22:59 +0000 (07:22 +0000)]
package/mtd: add option for fixing seama images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33841
Gabor Juhos [Thu, 18 Oct 2012 07:22:57 +0000 (07:22 +0000)]
tools/firmware-utils: add seama tool
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33840
Gabor Juhos [Thu, 18 Oct 2012 07:22:56 +0000 (07:22 +0000)]
generic: add driver for the the RTL8367R{B,-VB} switches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33839
Felix Fietkau [Thu, 18 Oct 2012 00:09:55 +0000 (00:09 +0000)]
mac80211: store the device path as identifier in the config instead of the mac address, makes it more robust against card replacement or user errors
SVN-Revision: 33834
Felix Fietkau [Thu, 18 Oct 2012 00:09:50 +0000 (00:09 +0000)]
busybox: enable readlink (with -f support)
SVN-Revision: 33833
Felix Fietkau [Thu, 18 Oct 2012 00:09:45 +0000 (00:09 +0000)]
netifd: enable parallel build
SVN-Revision: 33832
John Crispin [Wed, 17 Oct 2012 22:46:16 +0000 (22:46 +0000)]
ixp4xx/cns3xxx: add rfkill module support
Both ixp4xx and cns3xxx targets support RFKILL in the kernel.
Also add a RFKILL_GPIO default for kernel config
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33831
John Crispin [Wed, 17 Oct 2012 22:45:58 +0000 (22:45 +0000)]
move lots of kernel related packages to the new system/ folder
SVN-Revision: 33830
Felix Fietkau [Wed, 17 Oct 2012 22:18:30 +0000 (22:18 +0000)]
samba36: enable parallel build
SVN-Revision: 33829
Felix Fietkau [Wed, 17 Oct 2012 22:03:46 +0000 (22:03 +0000)]
ixp4xx: add sysupgrade support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++
target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 +++++++++++++++++
target/linux/ixp4xx/image/Makefile | 11 +
3 files changed, 192 insertions(+)
SVN-Revision: 33828
Felix Fietkau [Wed, 17 Oct 2012 22:03:37 +0000 (22:03 +0000)]
cns3xxx: update FIQ header file and disable RWFO
Update header file appropriately and disable read for ownership
Note that the FIQ support implements a workaround that provides a performance
boost over the traditional upstream workaround which ensures cache lines
are exclusive on driver CPU using 'read for ownership'.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
target/linux/cns3xxx/config-3.3 | 2 +-
target/linux/cns3xxx/patches-3.3/460-cns3xxx_fiq_support.patch | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
SVN-Revision: 33827
John Crispin [Wed, 17 Oct 2012 21:53:46 +0000 (21:53 +0000)]
Fix broadcast DHCP client startup option in dhcp.sh
Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com)
Fixes the DHCP request broadcasts replies option parsing
SVN-Revision: 33826
John Crispin [Wed, 17 Oct 2012 21:53:37 +0000 (21:53 +0000)]
drop GPIODEV platform code
SVN-Revision: 33825
John Crispin [Wed, 17 Oct 2012 21:53:23 +0000 (21:53 +0000)]
move to boot/ folder
SVN-Revision: 33824
Felix Fietkau [Wed, 17 Oct 2012 18:53:46 +0000 (18:53 +0000)]
mac80211: merge a client mode state handling fix, refresh patches
SVN-Revision: 33821
Gabor Juhos [Wed, 17 Oct 2012 18:27:50 +0000 (18:27 +0000)]
ar71xx: merge machine support patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33820
Gabor Juhos [Wed, 17 Oct 2012 18:27:48 +0000 (18:27 +0000)]
ar71xx: also use the ath79_set_ar934x_eth_cfg helper for DB120
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33819
Gabor Juhos [Wed, 17 Oct 2012 18:27:47 +0000 (18:27 +0000)]
ar71xx: use the ath79_set_ar934x_eth_cfg helper in machine setup routines
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33818
Gabor Juhos [Wed, 17 Oct 2012 18:27:45 +0000 (18:27 +0000)]
ar71xx: add a helper function for setting up ETH_CFG register on AR934x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33817
Felix Fietkau [Wed, 17 Oct 2012 18:16:56 +0000 (18:16 +0000)]
hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)
SVN-Revision: 33815
Felix Fietkau [Wed, 17 Oct 2012 13:03:08 +0000 (13:03 +0000)]
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
SVN-Revision: 33807
Jo-Philipp Wich [Wed, 17 Oct 2012 13:00:44 +0000 (13:00 +0000)]
sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
SVN-Revision: 33806
Felix Fietkau [Wed, 17 Oct 2012 12:53:08 +0000 (12:53 +0000)]
mac80211: remove useless menus for extra configuration
SVN-Revision: 33805
Jo-Philipp Wich [Wed, 17 Oct 2012 12:47:54 +0000 (12:47 +0000)]
libnetfilter-conntrack: move to trunk and add myself as maintainer
SVN-Revision: 33804
Gabor Juhos [Wed, 17 Oct 2012 08:26:05 +0000 (08:26 +0000)]
ar71xx: OM2P-HS sysupgrade support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33803
Gabor Juhos [Wed, 17 Oct 2012 08:26:04 +0000 (08:26 +0000)]
uboot-envtools: OM2P-HS partition information
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33802
Gabor Juhos [Wed, 17 Oct 2012 08:26:03 +0000 (08:26 +0000)]
package/om-watchdog: add OM2P-HS support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33801
Gabor Juhos [Wed, 17 Oct 2012 08:26:01 +0000 (08:26 +0000)]
ar71xx: add support for the OpenMesh OM2P-HS board
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33800
Florian Fainelli [Tue, 16 Oct 2012 15:49:49 +0000 (15:49 +0000)]
iftop: update iftop to 1.0pre2
Most significantly, includes IPv6 support. This version forces
libncurses, by patching the configure script, instead of allowing
libncursesw, saving (~65k) image space.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 33782
John Crispin [Tue, 16 Oct 2012 13:44:25 +0000 (13:44 +0000)]
move boot related packages to their own folder
SVN-Revision: 33781
Florian Fainelli [Mon, 15 Oct 2012 21:03:57 +0000 (21:03 +0000)]
nuport-mac: various fixes
- properly check for the link up condition in the phylib adjust callback
- do not assign skb->dev, eth_type_trans() already does it
- handle skb allocation failures in the refill path
SVN-Revision: 33780
Florian Fainelli [Mon, 15 Oct 2012 18:54:34 +0000 (18:54 +0000)]
merge the RDC R-321x target as a subtarget of x86
SVN-Revision: 33779