summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] uboot-ar71xx: fix compilation on FreeBSDjow2011-04-021-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵nbd2011-04-021-0/+1
| | | | | | the profiles, fixes imagebuilder issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: fix fallout from the size reduction patch (thx, frogonwheels)nbd2011-04-021-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix adhoc beacon issues (#9163)nbd2011-04-022-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [dropbear]blogic2011-04-012-10/+1
| | | | | | | | | | | | | | | | | | | | r25831 reduced the size of the dropbear executable by, among other things, disabling support for keyboard-interactive authentication. The default sshd configuration on Mac OS X only permits keyboard-interactive and public-key authentication, so unless a public key is set up, the default OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch re-enables keyboard-interactive authentication. In my tests, this increases the size of the stripped dropbear executable by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a small space savings isn't worthwhile when the resultant executable is severely hamstrung. Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: prevent duplicate values in interface state varsjow2011-03-302-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵nbd2011-03-301-1/+1
| | | | | | kmod-crypto-hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix USB modules build on octeonflorian2011-03-301-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] package i2c master driverflorian2011-03-301-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing dependency for ocf on kmod-crypto-hashnbd2011-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add all drivers to PKG_CONFIG_DEPENDSnbd2011-03-301-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix reported signal strengthnbd2011-03-301-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵nbd2011-03-301-0/+195
| | | | | | fix EAP rekeying timeout issues with intel clients (#8830) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: remove the layer7 based classifiers from the default ↵nbd2011-03-301-6/+0
| | | | | | configuration - they are unreliable and prone to memory leaks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix autoload for the crypto_hash module (patch from #9136)nbd2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: enable cmp by default (#9133)nbd2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-298-155/+345
| | | | | | | * several updates to the voice packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to 2011-03-27 (includes an API simplification for object ↵nbd2011-03-271-2/+3
| | | | | | signatures), use PKG_MIRROR_MD5SUM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUMnbd2011-03-271-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵nbd2011-03-271-0/+13
| | | | | | fix some AP mode stability issues on these chips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: fix linking against libdl (#9123)nbd2011-03-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Merged block-mount, block-extroot, and block-hotplug ↵cshore2011-03-277-81/+21
| | | | | | into a single binary package called block-mount. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount block-extroot: Bump packages versions forgetten during ↵cshore2011-03-272-2/+2
| | | | | | previous two commits git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount block-extroot: Add commands /etc/init.d/fstab ↵cshore2011-03-271-0/+25
| | | | | | overlay_enable and /etc/init.d/fstab whole_root_enable to renable a disable rootfs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount block-extroot: Rename /tmp/rom-disabled to ↵cshore2011-03-272-3/+9
| | | | | | /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to fix lua plugin linker issue (#9121)nbd2011-03-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: install libucimap to the staging dirnbd2011-03-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ucitrigger, it is unused and will be replaced by something different ↵nbd2011-03-265-720/+0
| | | | | | in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to latest version, uses cmake nownbd2011-03-262-66/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add support for translating country codes into internal country ↵nbd2011-03-262-6/+249
| | | | | | code numbers (based on a patch by Manuel Munz) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable an unnecessary backport to reduce code sizenbd2011-03-261-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete backport patchnbd2011-03-261-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove postinst files for preinstalled packagesnbd2011-03-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵nbd2011-03-251-10/+46
| | | | | | manager to separate packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a pending patch to remove the dependency on ecbnbd2011-03-251-0/+158
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix zd1211 config overridenbd2011-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-24nbd2011-03-2520-1394/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: libiptc.so is only a compatibility stub, split the package into ↵nbd2011-03-251-4/+31
| | | | | | libip4tc and libip6tc and adjust dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix chip wakeup on interface start - should fix some instability issuesnbd2011-03-251-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add more wps config methods to the confignbd2011-03-251-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵nbd2011-03-251-0/+47
| | | | | | rates connects git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* redboot-ar231x: mark as broken, the ecos host tool crap needs some rework ↵nbd2011-03-251-1/+1
| | | | | | for tcl on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix dropping multicast proberequest frames for ad-hocnbd2011-03-241-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a few de-bloating and optimization patchesnbd2011-03-2310-0/+964
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵nbd2011-03-232-2/+13
| | | | | | client mode) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-22nbd2011-03-2223-1901/+145
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make entropy collection contribute to the kernel poolnbd2011-03-222-47/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch from linux-wireless@ for reducing driver sizenbd2011-03-221-0/+1075
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPSnbd2011-03-2117-125/+165
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: install ncurses5-config and ncursesw5-config (#9044)jow2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26255 3c298f89-4303-0410-b956-a3cf2f4a3e73