Commit Graph

7072 Commits (d90e805fe607f6455a6ae8631e91c960ba4deaa2)

Author SHA1 Message Date
Gabor Juhos aa0944ff72 Add ledtrig-oneshot module for 3.6 kernels
This patch adds a package for the ledtrig-oneshot module, available in
3.6 and later.

[juhosg: change dependency from LINUX_3_6 to !LINUX_3_3]

Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>

SVN-Revision: 34079
12 years ago
Felix Fietkau c57f66f745 mtd: avoid adding the kernel dir to includes, use the toolchain headers
SVN-Revision: 34071
12 years ago
Felix Fietkau c1aae78816 ppp: add more pppol2tpv3 related structs from the kernel headers to fix compile issues with linux 3.6
SVN-Revision: 34070
12 years ago
Felix Fietkau 16c72b09cc iptables: remove support for libipq, it has been obsolete for years and is unsupported in newer kernels
SVN-Revision: 34069
12 years ago
Felix Fietkau 1fff98998c libubox: add more uloop timer fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34039
12 years ago
Felix Fietkau 9a59859aac libubox: update to latest version, fixes a timer calculation issue in uloop
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34037
12 years ago
Felix Fietkau 1008c1bd1f libubox: pass the lua path to cmake to avoid build errors
SVN-Revision: 34033
12 years ago
Felix Fietkau 661d1efc80 mac80211: prevent reconfigure calls while interfaces are down
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34030
12 years ago
Steven Barth 9aba83eced 6relayd: auto-configure local interfaces as well
SVN-Revision: 34027
12 years ago
Felix Fietkau 19a588f1a2 libubox: add build dependency on lua
SVN-Revision: 34022
12 years ago
Jo-Philipp Wich 73c75e0dd8 uhttpd: update to latest git head, improves handling of invalid requests
SVN-Revision: 34010
12 years ago
Steven Barth c3d04d4630 6relayd: update to work around a raw-socket bug
SVN-Revision: 34009
12 years ago
Steven Barth 1fe7efbddb ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)
6relayd is an IPv6-tool that relays IPv6-management protocols like router
discovery, neighbor discovery and DHCPv6 so that clients on routed
(non-bridged) interfaces can use the public address prefix, DHCPv6 and
DNS-service of a master interface. This is useful to avoid NAT in chained
IPv6-routers.

SVN-Revision: 34008
12 years ago
Felix Fietkau f0634ee32b gdb: depend on zlib if zlib is selected
gdb can read debug informations in produced binaries with compressed debug sections if gdb is compiled with `zlib'.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

SVN-Revision: 34007
12 years ago
Felix Fietkau fc3939a996 netifd: update to latest version, fixes adding an alias during config reload for an interface that is already up
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34006
12 years ago
Felix Fietkau 8aac4f9a06 libubox: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 34005
12 years ago
Jo-Philipp Wich 0e3de8eff7 iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices
SVN-Revision: 34003
12 years ago
Felix Fietkau 2b81aaa9ee add trace-cmd
SVN-Revision: 34002
12 years ago
Felix Fietkau e6474b72fd gdb: use the libthread-db package instead of throwing the lib into the gdbserver package
SVN-Revision: 34000
12 years ago
Felix Fietkau bb83657bc0 toolchain: add a package for libthread_db
SVN-Revision: 33999
12 years ago
Felix Fietkau bf9f43e912 gdb: update to version 7.5
SVN-Revision: 33998
12 years ago
Felix Fietkau 98ae11a58a readline: update to version 6.2, enable parallel builds
SVN-Revision: 33997
12 years ago
Felix Fietkau 748427f2e4 mac80211: report tx status for dropped frames, should fix some remaining stability issues
SVN-Revision: 33991
12 years ago
Felix Fietkau c63de0e888 ath9k: add a patch that prevents excessive retry of single frames during an aggregation session
SVN-Revision: 33989
12 years ago
Imre Kaloz 47f3be57d0 add missing =y
SVN-Revision: 33988
12 years ago
Imre Kaloz c0c69c974f add missing 3.6 symbols
SVN-Revision: 33986
12 years ago
Imre Kaloz 953d53c662 remove references to 2.6.39
SVN-Revision: 33967
12 years ago
Gabor Juhos 01c8449865 package/kernel: arc4 needs blkcipher support on 3.6
[   78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0)
[   78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0)
[   78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0)

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33965
12 years ago
Gabor Juhos 5a6a2e55b9 package/uboot-envtools: add CAP4200AG support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33959
12 years ago
Gabor Juhos e8fc46b7c5 generic: allow to disable [25]GHz support in ath9k via platform data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33954
12 years ago
Felix Fietkau 42dc433e65 ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors and "Failed to stop Tx DMA" errors
SVN-Revision: 33938
12 years ago
Felix Fietkau cae349b5ad mac80211: refresh patch
SVN-Revision: 33937
12 years ago
Hauke Mehrtens 1b8688dd3e acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
SVN-Revision: 33933
12 years ago
Hauke Mehrtens 2256e862d2 mac80211: add md5sum for linux-firmware file, to download it from the mirror.
SVN-Revision: 33932
12 years ago
Hauke Mehrtens a747f0a029 mac80211: update carl9170 firmware
SVN-Revision: 33930
12 years ago
Felix Fietkau 686d42199b kernel: fix the pcspkr module, add proper dependencies, add the actual sound module
SVN-Revision: 33921
12 years ago
Hauke Mehrtens dca633f1c8 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
12 years ago
Felix Fietkau f911fb32fe hostapd: merge some pending fixes (fixes assoc errors when moving between vaps of the same wifi device)
SVN-Revision: 33919
12 years ago
Florian Fainelli 4eda974038 uclibc++: make it depend on INSTALL_LIBSTDCPP
SVN-Revision: 33910
12 years ago
Florian Fainelli 7756529b80 ncurses: build C++ bindings only our toolchain supports C++
SVN-Revision: 33909
12 years ago
Florian Fainelli f5d18da3e2 netfilter: ip_queue has been removed in 3.6
SVN-Revision: 33905
12 years ago
Florian Fainelli be51fcfeff 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
12 years ago
Florian Fainelli f8af095002 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
12 years ago
Jo-Philipp Wich 1895d55e9d ltq-dsl-app: fix offline postinstall for dsl_control
SVN-Revision: 33901
12 years ago
Jo-Philipp Wich 5fa23c0745 linux-atm: fix offline postinstall for br2684ctl
SVN-Revision: 33900
12 years ago
Felix Fietkau 3cf25176a4 ath9k: fix operating state check on changing the channel bandwidth via debugfs
SVN-Revision: 33891
12 years ago
Jo-Philipp Wich 073f68c200 libevent2: move to trunk (required by lldpd), add myself as maintainer
SVN-Revision: 33866
12 years ago
Felix Fietkau 144d932faf 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
12 years ago
Hamish Guthrie 95b5c68007 ocf-crypto-headers: Correct license info
SVN-Revision: 33863
12 years ago
Hamish Guthrie 81a3d9ba31 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
12 years ago
Jo-Philipp Wich 5fb6cf9a11 uhttpd: fix compilation with eglibc
SVN-Revision: 33860
12 years ago
Felix Fietkau 825592b54b netifd: update to latest version, fixes device cleanup and config reload issues when assigning a device to a different bridge
SVN-Revision: 33858
12 years ago
Jo-Philipp Wich 53c2c3f84d sysfsutils: move to the correct directory
SVN-Revision: 33856
12 years ago
Hauke Mehrtens 325b9323ae 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
12 years ago
Felix Fietkau 07933a6644 mac80211: fix typo that broke specifying the phy name directly (deprecated)
SVN-Revision: 33853
12 years ago
Gabor Juhos a67d5fd24f package/mtd: add option for fixing seama images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33841
12 years ago
Felix Fietkau e36eb8579f 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
12 years ago
Felix Fietkau 93b4d13ed7 busybox: enable readlink (with -f support)
SVN-Revision: 33833
12 years ago
Felix Fietkau 88f3c59fb9 netifd: enable parallel build
SVN-Revision: 33832
12 years ago
John Crispin 01ccf0225b 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
12 years ago
John Crispin a34499e095 move lots of kernel related packages to the new system/ folder
SVN-Revision: 33830
12 years ago
Felix Fietkau 965710d3e1 samba36: enable parallel build
SVN-Revision: 33829
12 years ago
John Crispin c2b8d1a619 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
12 years ago
John Crispin 788a5816ad move to boot/ folder
SVN-Revision: 33824
12 years ago
Felix Fietkau 7c50aea1ec mac80211: merge a client mode state handling fix, refresh patches
SVN-Revision: 33821
12 years ago
Felix Fietkau 26944502e3 hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)
SVN-Revision: 33815
12 years ago
Jo-Philipp Wich 0e1f91b60a sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
SVN-Revision: 33806
12 years ago
Felix Fietkau 6dc858909d mac80211: remove useless menus for extra configuration
SVN-Revision: 33805
12 years ago
Jo-Philipp Wich 283bc1de19 libnetfilter-conntrack: move to trunk and add myself as maintainer
SVN-Revision: 33804
12 years ago
Gabor Juhos 6e6e72470d 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
12 years ago
Gabor Juhos 15949b84a1 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
12 years ago
Florian Fainelli 8fc2b30281 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
12 years ago
John Crispin e75106aa0d move boot related packages to their own folder
SVN-Revision: 33781
12 years ago
Jo-Philipp Wich 160c2ef011 uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected
SVN-Revision: 33778
12 years ago
Felix Fietkau 0f6e5b76f8 build: add back the package/cleanup step to remove the root staging dir for mklibs
SVN-Revision: 33777
12 years ago
Jo-Philipp Wich 14e14faa0b uhttpd: switch to external git repo + cmake build system
SVN-Revision: 33775
12 years ago
Florian Fainelli 19f91b26f5 rssileds: improve performance
LEDs brightness is now only updated if the value actually changed, thus reducing
the number of fwrite syscalls significantly.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 33766
12 years ago
Florian Fainelli ed393422a0 busybox: remove reference to removed httpd init script
Patch from Daniel Harding.

SVN-Revision: 33765
12 years ago
Jo-Philipp Wich a00110a063 6in4: make local ip6addr optional
SVN-Revision: 33761
12 years ago
Florian Fainelli 91d15fdfc0 ar7-atm: fetch WAN MAC address from PROM environment
Patch from Daniel Gimpelevich.

SVN-Revision: 33748
12 years ago
Florian Fainelli a5e7d09487 acx-mac80211: fetch WLAN MAC address from PROM environment
Patch from Daniel Gimpelevich.

SVN-Revision: 33747
12 years ago
Florian Fainelli 9d13de5739 acx-mac80211: update to v2012-09-23-WIP
Patch from Daniel Gimpelevich.

SVN-Revision: 33746
12 years ago
Florian Fainelli c0030384e5 gdb: fix patch directory after r33706
git-svn did not properly track this move, thanks to swalker for noticing.

SVN-Revision: 33745
12 years ago
Florian Fainelli 1eb14badf2 gdb: fix build with recent eglibc.
struct siginfo is deprecated in favor of siginfo_t.

SVN-Revision: 33737
12 years ago
Jo-Philipp Wich 1eded4f376 ipset: update to v6.14, drop obsolete patches
SVN-Revision: 33735
12 years ago
Jo-Philipp Wich 9b256a0bbf libmnl: move to trunk and add myself as maintainer
SVN-Revision: 33734
12 years ago
Jo-Philipp Wich 9e9efd8e49 lldpd: fix minor whitespace quirk in init script
SVN-Revision: 33730
12 years ago
Jo-Philipp Wich 0019b39001 lldpd: bump to v0.6.1, enable privilege separation and chrooting
SVN-Revision: 33729
12 years ago
Jo-Philipp Wich f248332d52 thc-ipv6: update to v2.0, package all available utilities
SVN-Revision: 33728
12 years ago
Jo-Philipp Wich f5d12a126d thc-ipv6: move to trunk and add myself as maintainer
SVN-Revision: 33727
12 years ago
John Crispin ba6751058b gpiodev/gpioctl RIP
SVN-Revision: 33725
12 years ago
John Crispin 600ad59fb3 set maintainer flag
SVN-Revision: 33724
12 years ago
John Crispin a95775e4b2 drop unmaintained packages
SVN-Revision: 33723
12 years ago
John Crispin 06218a992e fix maintainer flag
SVN-Revision: 33722
12 years ago
Florian Fainelli d3f22617a2 base-files: skip LEDs handled by rssileds in led init-script
Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger.
This doesn't harm as the kernel will refuse this setting, but it outputs some
ugly log-lines:
Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW
Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument
...

In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 33717
12 years ago
Felix Fietkau cd471b762f lua: enable parallel builds
SVN-Revision: 33716
12 years ago
Jo-Philipp Wich 6d21323d98 lua: refresh host patches as well (#12303)
SVN-Revision: 33715
12 years ago
Jo-Philipp Wich 6a1c047970 gettext-full: move to trunk and add myself as maintainer
SVN-Revision: 33713
12 years ago
Jo-Philipp Wich 971ae637f1 gettext: move to trunk and add myself as maintainer
SVN-Revision: 33712
12 years ago
Jo-Philipp Wich a8587b5d42 libiconv-full: move to trunk and add myself as maintainer
SVN-Revision: 33711
12 years ago