summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* resolveip: fix endless getopt() loop when compiled for arm (#12290)Jo-Philipp Wich2012-11-082-4/+4
| | | | SVN-Revision: 34116
* Load schedule modulesJohn Crispin2012-11-071-0/+4
| | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 34107
* buildroot: isolate the .install stamp files for build variants (#12279)Jo-Philipp Wich2012-11-071-7/+7
| | | | | | | | This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-061-1/+1
| | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34103
* remove bogus fileJohn Crispin2012-11-061-0/+0
| | | | SVN-Revision: 34099
* unbreak ltq-dsl-fwJohn Crispin2012-11-062-1/+1
| | | | SVN-Revision: 34098
* prepare dsl driver for 3.6 and split fw into a seperate packageJohn Crispin2012-11-065-64/+72
| | | | SVN-Revision: 34096
* netifd: don't send a default client identifier in DHCP requests if no ↵Jo-Philipp Wich2012-11-051-2/+2
| | | | | | clientid uci option is given (#12426) SVN-Revision: 34089
* Add ledtrig-oneshot module for 3.6 kernelsGabor Juhos2012-11-051-0/+17
| | | | | | | | | | | 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
* mtd: avoid adding the kernel dir to includes, use the toolchain headersFelix Fietkau2012-11-041-1/+1
| | | | SVN-Revision: 34071
* ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵Felix Fietkau2012-11-041-1/+27
| | | | | | compile issues with linux 3.6 SVN-Revision: 34070
* iptables: remove support for libipq, it has been obsolete for years and is ↵Felix Fietkau2012-11-041-16/+0
| | | | | | unsupported in newer kernels SVN-Revision: 34069
* libubox: add more uloop timer fixesFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34039
* libubox: update to latest version, fixes a timer calculation issue in uloopFelix Fietkau2012-10-311-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34037
* libubox: pass the lua path to cmake to avoid build errorsFelix Fietkau2012-10-311-0/+2
| | | | SVN-Revision: 34033
* mac80211: prevent reconfigure calls while interfaces are downFelix Fietkau2012-10-312-1/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34030
* 6relayd: auto-configure local interfaces as wellSteven Barth2012-10-312-3/+3
| | | | SVN-Revision: 34027
* libubox: add build dependency on luaFelix Fietkau2012-10-301-0/+2
| | | | SVN-Revision: 34022
* uhttpd: update to latest git head, improves handling of invalid requestsJo-Philipp Wich2012-10-301-2/+2
| | | | SVN-Revision: 34010
* 6relayd: update to work around a raw-socket bugSteven Barth2012-10-301-2/+2
| | | | SVN-Revision: 34009
* ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)Steven Barth2012-10-303-0/+140
| | | | | | | | | | 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
* gdb: depend on zlib if zlib is selectedFelix Fietkau2012-10-301-1/+1
| | | | | | | | 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
* netifd: update to latest version, fixes adding an alias during config reload ↵Felix Fietkau2012-10-301-2/+2
| | | | | | | | for an interface that is already up Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34006
* libubox: update to the latest versionFelix Fietkau2012-10-291-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34005
* iwinfo: properly initialize memory of global nl80211_state, fixes random ↵Jo-Philipp Wich2012-10-292-1/+3
| | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003
* add trace-cmdFelix Fietkau2012-10-293-0/+110
| | | | SVN-Revision: 34002
* gdb: use the libthread-db package instead of throwing the lib into the ↵Felix Fietkau2012-10-291-5/+1
| | | | | | gdbserver package SVN-Revision: 34000
* toolchain: add a package for libthread_dbFelix Fietkau2012-10-291-0/+14
| | | | SVN-Revision: 33999
* gdb: update to version 7.5Felix Fietkau2012-10-292-17/+8
| | | | SVN-Revision: 33998
* readline: update to version 6.2, enable parallel buildsFelix Fietkau2012-10-292-27/+10
| | | | SVN-Revision: 33997
* mac80211: report tx status for dropped frames, should fix some remaining ↵Felix Fietkau2012-10-291-38/+133
| | | | | | stability issues SVN-Revision: 33991
* ath9k: add a patch that prevents excessive retry of single frames during an ↵Felix Fietkau2012-10-295-11/+41
| | | | | | aggregation session SVN-Revision: 33989
* add missing =yImre Kaloz2012-10-291-1/+1
| | | | SVN-Revision: 33988
* add missing 3.6 symbolsImre Kaloz2012-10-291-6/+8
| | | | SVN-Revision: 33986
* remove references to 2.6.39Imre Kaloz2012-10-273-4/+1
| | | | SVN-Revision: 33967
* package/kernel: arc4 needs blkcipher support on 3.6Gabor Juhos2012-10-271-1/+1
| | | | | | | | | | [ 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
* package/uboot-envtools: add CAP4200AG supportGabor Juhos2012-10-271-1/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33959
* generic: allow to disable [25]GHz support in ath9k via platform dataGabor Juhos2012-10-271-0/+70
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33954
* ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵Felix Fietkau2012-10-251-0/+18
| | | | | | errors and "Failed to stop Tx DMA" errors SVN-Revision: 33938
* mac80211: refresh patchFelix Fietkau2012-10-251-10/+4
| | | | SVN-Revision: 33937
* acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.Hauke Mehrtens2012-10-251-0/+1
| | | | SVN-Revision: 33933
* mac80211: add md5sum for linux-firmware file, to download it from the mirror.Hauke Mehrtens2012-10-251-0/+2
| | | | SVN-Revision: 33932
* mac80211: update carl9170 firmwareHauke Mehrtens2012-10-251-2/+2
| | | | SVN-Revision: 33930
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵Felix Fietkau2012-10-251-15/+21
| | | | | | module SVN-Revision: 33921
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testingHauke Mehrtens2012-10-251-0/+48
| | | | | | | * 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
* hostapd: merge some pending fixes (fixes assoc errors when moving between ↵Felix Fietkau2012-10-252-1/+43
| | | | | | vaps of the same wifi device) SVN-Revision: 33919
* uclibc++: make it depend on INSTALL_LIBSTDCPPFlorian Fainelli2012-10-241-0/+1
| | | | SVN-Revision: 33910
* ncurses: build C++ bindings only our toolchain supports C++Florian Fainelli2012-10-241-0/+5
| | | | SVN-Revision: 33909
* netfilter: ip_queue has been removed in 3.6Florian Fainelli2012-10-241-0/+1
| | | | SVN-Revision: 33905
* i2c muxes modules have a different prefix since 3.5Florian Fainelli2012-10-241-2/+6
| | | | | | Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that SVN-Revision: 33904