summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package/hotplug2] link against 'libbsd' when using glibcmirko2011-06-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵rwhitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: ensure that fw_get_subnet4() sets an empty value if no ↵jow2011-06-161-0/+1
| | | | | | (valid) IPv4 addr was found git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: allow symbolic names of interfaces and aliases in ↵jow2011-06-163-3/+28
| | | | | | masq_src and masq_dest git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libbsd: do not build when using uclibcflorian2011-06-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: Compile fix for newer kernelshauke2011-06-151-0/+10
| | | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Fix insmod for linux 3.0hauke2011-06-151-9/+16
| | | | | | | | | | | Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: Fix linux 3.0 detectionhauke2011-06-151-0/+25
| | | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: Add linux 3.0 compatibilityhauke2011-06-1553-190/+626
| | | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Update version dependencies and kmods for linux 3.0hauke2011-06-154-7/+12
| | | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/hotplug] link hotplug2 against libbsd when eglibc is usedmirko2011-06-131-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add library 'libbsd'mirko2011-06-131-0/+53
| | | | | | | | | This library contains core functionality usually (but obviously not always) provided by libc implementations which isneeded by OpenWrt core packages. For instance the functions 'strlcat', 'strlcpy' are not implemented in eglibc but needed by hotplug2 (udevtrigger) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: advertise effective tunnel mtu in RAsjow2011-06-122-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: don't start if detected local IPv4 address is RFC1918, ↵jow2011-06-122-2/+16
| | | | | | allows people to deploy firmwares with 6to4 enabled by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵nbd2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: revert unrelated change in previous commitjow2011-06-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: gre depends on ipv6 is Kernel is built with IPv6 supportjow2011-06-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: assume a default ipv6 prefix size of /64, thats what ↵jow2011-06-091-1/+1
| | | | | | the majority of users mean when they just specify an ip address git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: if an ip6addr without a prefix is given, assume /128 - ↵jow2011-06-092-1/+6
| | | | | | otherwise the busybox utilities will interpret it as /0 and create an invalid default route git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[package/block-mount] remove example config file"mirko2011-06-082-0/+22
| | | | | | This isn't needed anymore due to commit 27138 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make sure that base-files is installed last, this allows ↵jow2011-06-081-1/+1
| | | | | | per-target base-file overlays to work correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/block-mount] remove example config filemirko2011-06-082-22/+0
| | | | | | | | Having this file prevents the possibility of having target-specific fstab config files (as target/linux/${target}/base-files/etc/config/fstab). There is no need of a non-working example file on the target anyway. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix error reporting for unsupported protocols on ↵jow2011-06-073-4/+4
| | | | | | virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: do not write to /etc/config/wireless at boot time unless a new ↵nbd2011-06-071-3/+6
| | | | | | | | | | interface was found eliminates unnecessary flash write cycles at every boot patch by Peter Wagner (tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/pptp] require mppe 128bit-encryption by defaultmirko2011-06-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] grub: improve package requirement error, patch by Jim Cromie ↵jow2011-06-041-1/+1
| | | | | | <jim.cromie@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] compcache does not build on 2.6.38+florian2011-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: remove patchhauke2011-06-041-19/+0
| | | | | | | | | This patch is already incorporated into the original source code. closes #9499 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] soloscli: fix new lines in soloscliflorian2011-06-022-4/+8
| | | | | | | | If the string received from the ADSL firmware is missing \n, add it in. Signed-off-by: Nathan Williams <nathan@traverse.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: add io endianness patchflorian2011-06-021-0/+19
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add initial support for AR9330juhosg2011-06-0133-1/+3758
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-05-27nbd2011-05-3124-1240/+998
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make ath9k available even if PCI support is disabledjuhosg2011-05-311-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesnbd2011-05-312-1/+97
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should ↵nbd2011-05-301-0/+11
| | | | | | work just as well, and will use a lot less memory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-05-2950-4005/+289
| | | | | | | | | | * backport 2.6.8 patches to .39 / .32.33 * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a few bugfixesnbd2011-05-283-4/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable fast channel changes, some people have reported that they ↵nbd2011-05-281-0/+18
| | | | | | introduce connection stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a race condition related to assoc response tx status processingnbd2011-05-281-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20110527, includes a client mode wpa auth fixnbd2011-05-2813-53/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: generic: Update 2.6.39 to finalhauke2011-05-254-10/+15
| | | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)nbd2011-05-244-19/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: add -fpic, refresh patchesjow2011-05-244-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: remove empty patchfilesjow2011-05-242-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Update libpcap to version 1.1.1jow2011-05-248-261/+109
| | | | | | | Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: make the MAC address of bridge interfaces sticky to avoid ARP ↵nbd2011-05-241-1/+2
| | | | | | issues on wifi re-configuration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: mark /etc/crontabs/ as config directoryjow2011-05-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-managerjow2011-05-241-1/+1
| | | | | | | | | | | Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26984 3c298f89-4303-0410-b956-a3cf2f4a3e73