aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-1/+5
| | | | | | of using the standard _pic variant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install the right version of libgcc along with its version map to fix ↵Felix Fietkau2009-10-201-1/+4
| | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [busybox] At boot, the startup process is executed in a non-interactive ↵Hamish Guthrie2009-10-201-0/+12
| | | | | | shell. Default behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uboot-envtools as broken, it looks more like a place holder than an ↵Felix Fietkau2009-10-191-0/+1
| | | | | | actual packaging attempt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for uclibc 0.9.29Felix Fietkau2009-10-191-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath5k compile on 2.6.28 and earlierFelix Fietkau2009-10-191-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code ↵Felix Fietkau2009-10-191-0/+12
| | | | | | check on recv() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add antenna gpio support for nanostation loco2Felix Fietkau2009-10-171-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the 10HZ timer for updating rate control statisticsFelix Fietkau2009-10-171-0/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix various noderef/memleak issuesFelix Fietkau2009-10-175-48/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵Felix Fietkau2009-10-171-0/+8
| | | | | | association problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more ad-hoc fixesFelix Fietkau2009-10-151-8/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix another ibss crash (#5935)Felix Fietkau2009-10-141-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix race condition on ibss init (#5935)Felix Fietkau2009-10-141-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: beacon timer fixesFelix Fietkau2009-10-144-100/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] usb-core: Add dependency to nls-base (#5973)Vasilis Tsiligiannis2009-10-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix download url (#5980)Felix Fietkau2009-10-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a warning during interface bringup when using autochannelFelix Fietkau2009-10-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix rt2800pci, tx ack timeout is now hardcodedNicolas Thill2009-10-111-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ibss join/createFelix Fietkau2009-10-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: fix zone defaultsFelix Fietkau2009-10-111-2/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix encryption fallback for sta mode, add frequency/bssid ↵Felix Fietkau2009-10-111-4/+5
| | | | | | selection support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix autochannel / fixed channel selection, add commands for ↵Felix Fietkau2009-10-111-7/+14
| | | | | | unencrypted sta mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setupFelix Fietkau2009-10-1114-291/+82
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+4
| | | | | | target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger: use the build system cflagsFelix Fietkau2009-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: do not process rules in reverseFelix Fietkau2009-10-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] package the octeon compact flash driverFlorian Fainelli2009-10-091-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* #4985 - fixes dropbear banner file, thanks Roman Yepishev John Crispin2009-10-082-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] add support for the dwc_otg USB controllerFlorian Fainelli2009-10-081-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] we cannot build madwifi for octeon since there is no mips64r2 hal ↵Florian Fainelli2009-10-081-1/+1
| | | | | | target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ATA_SFF (PATA support) in the generic configsImre Kaloz2009-10-081-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix typos in KernelPackage/libertasFlorian Fainelli2009-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libertas: use driver from compat-wireless instead of our own ↵Nicolas Thill2009-10-0741-20882/+30
| | | | | | (deprecated) one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add uboot-envtoolsFlorian Fainelli2009-10-073-0/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: add HAL_TARGET mapping for kirkwood boardNicolas Thill2009-10-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package* ata-ixp4xx-cf depends on TARGET_ixp4xxFlorian Fainelli2009-10-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi cannot be compiled on cobalt which has a different mips ↵Florian Fainelli2009-10-061-1/+1
| | | | | | cpu abi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix opkg directory cleaning (#5646)Felix Fietkau2009-10-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-input-rb532, driver for the rb532 user buttonFlorian Fainelli2009-10-051-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove "default y" in the lock config item to fix nommu buildsFelix Fietkau2009-10-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix Promise PDC202xx IDE driver locationNicolas Thill2009-10-051-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/crypto: package AMCC ppc4xx hardware crypto driverAndy Boyett2009-10-051-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ps3] add missing kconfig option to ps3 sound moduleAndy Boyett2009-10-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/usb: fix usb-etrax dependenciesAndy Boyett2009-10-051-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq:Jo-Philipp Wich2009-10-052-5/+21
| | | | | | | | | | | - make "name" option in "host" sections optional and append it to -G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mountd: mark as 2.6 onlyNicolas Thill2009-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: don't build on avr32Nicolas Thill2009-10-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] [package] gdb: have both gdb & gdbserver share defaultsNicolas Thill2009-10-051-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes typoJohn Crispin2009-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17858 3c298f89-4303-0410-b956-a3cf2f4a3e73