summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* madwifi: wds updatesnbd2008-07-307-6/+1172
| | | | | | | | | - refactor wds code - add interface for separating individual wds stations from the master interface - add some queueing fixes for packets passing through virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674blogic2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ipkg dependency bug for spi modules, #3272blogic2008-07-302-23/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lm sensor and clean up dependency, fixes #3821blogic2008-07-291-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsenblogic2008-07-292-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove opkg config file and link ipkg.conf to opkg.conf being they are the samethepeople2008-07-293-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move curl back to packagesthepeople2008-07-294-337/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* removed a missed dependancy on curlthepeople2008-07-293-10/+32
| | | | | | remove use of autogen, just run the one needed command from in it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix nfs kernel modules for 2.4 kernelsflorian2008-07-291-12/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg depends on curlflorian2008-07-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move curl from packages to trunk, opkg depends on itflorian2008-07-294-0/+337
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: Remove -fPIC for non-powerpc platformscyrus2008-07-291-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add opkgthepeople2008-07-295-0/+167
| | | | | | | - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Move packages lists to the ramdisk to save flash spaceagb2008-07-291-0/+1
| | | | | | | - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Generate gzipped package listsagb2008-07-291-3/+5
| | | | | | | - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ipkg] Port the full ipkg to Kamikazeagb2008-07-291-0/+76
| | | | | | | | | | - Does not suffer from most of the issues the busybox implementation experiences - busybox ipkg is still the default package manager - Removes /usr/bin/ipkg on install if it is a symlink - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox - Supports gzip'd package lists, results in substantial space savings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes download path for mac80211blogic2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libraries packaging for uml on x86_64nico2008-07-281-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes dbus param of dnsmasq, #3818, thanks the.loekiblogic2008-07-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run ldconfig while cross-compiling zlibflorian2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] usb-serial: Fix swapped dependencies for belkin and ch341agb2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow madwifi devices to be set in monitor modeflorian2008-07-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully ↵florian2008-07-261-2/+2
| | | | | | load (#3813) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add backported HSO driverkaloz2008-07-261-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] button-hotplug: fix compile warningsjuhosg2008-07-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network ↵juhosg2008-07-261-4/+20
| | | | | | configuration (closes #2788) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh madwifi patchesnbd2008-07-2523-55/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: sort scan results by link quality to improve ↵nbd2008-07-251-0/+35
| | | | | | supplicant-controlled roaming git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: improve scan cache reliabilitynbd2008-07-251-30/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preempt any running scan when wpa_supplicant triggers a new assocnbd2008-07-251-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: preserve WPA IEs received in probe responses and prefer them over ↵nbd2008-07-251-0/+49
| | | | | | | | | | beacon information improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic encryption settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some roaming fixes by ubntnbd2008-07-251-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewrite madwifi sta mode link up/down notifications (mostly used by ↵nbd2008-07-251-5/+197
| | | | | | | | | wpa_supplicant), fixes some stale node or reconnect loop issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: reduce the packet loss impact of forced background scans triggered ↵nbd2008-07-252-13/+48
| | | | | | by the configured threshold git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve hidden ssid handling in sta modenbd2008-07-251-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix queue stop/start during key updatesnbd2008-07-251-15/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* keep /etc/group over reflash as wellthepeople2008-07-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968agb2008-07-241-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: upgrade to 0.51agb2008-07-246-50/+34
| | | | | | | - 160-tty_close merged upstream - patches refreshed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add dropbear keys, passwd and firewall configuration to be saved during reflashthepeople2008-07-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix variable names in testsnico2008-07-221-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix nfs modules options and modules, only package modules that are built for ↵florian2008-07-221-12/+7
| | | | | | all targets (#3796) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch causes problems on some platforms, nuke itkaloz2008-07-221-28/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump ath9k package version number, tookaloz2008-07-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ath9k with the git treekaloz2008-07-2215-219/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sysupgrade endian issuesthepeople2008-07-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This series of patches closes the support gap on one of the explicitlythepeople2008-07-212-6/+12
| | | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Default to port 1812 for radius authentication when doing 802.1xflorian2008-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: correct package descriptionmatteo2008-07-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated Dnsmasq to 2.45cyrus2008-07-202-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11888 3c298f89-4303-0410-b956-a3cf2f4a3e73