summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+4
| | | | | | target yet, but gets close) SVN-Revision: 18019
* udevtrigger: use the build system cflagsFelix Fietkau2009-10-101-0/+1
| | | | SVN-Revision: 18018
* firewall: do not process rules in reverseFelix Fietkau2009-10-101-1/+1
| | | | SVN-Revision: 18015
* package the octeon compact flash driverFlorian Fainelli2009-10-091-0/+15
| | | | SVN-Revision: 18012
* #4985 - fixes dropbear banner file, thanks Roman YepishevJohn Crispin2009-10-082-1/+6
| | | | SVN-Revision: 18009
* add support for the dwc_otg USB controllerFlorian Fainelli2009-10-081-0/+14
| | | | SVN-Revision: 18006
* we cannot build madwifi for octeon since there is no mips64r2 hal targetFlorian Fainelli2009-10-081-1/+1
| | | | SVN-Revision: 18001
* enable ATA_SFF (PATA support) in the generic configsImre Kaloz2009-10-081-3/+1
| | | | SVN-Revision: 17993
* fix typos in KernelPackage/libertasFlorian Fainelli2009-10-071-1/+1
| | | | SVN-Revision: 17986
* libertas: use driver from compat-wireless instead of our own (deprecated) oneNicolas Thill2009-10-0741-20882/+30
| | | | SVN-Revision: 17982
* add uboot-envtoolsFlorian Fainelli2009-10-073-0/+80
| | | | SVN-Revision: 17981
* madwifi: add HAL_TARGET mapping for kirkwood boardNicolas Thill2009-10-061-0/+3
| | | | SVN-Revision: 17960
* [package* ata-ixp4xx-cf depends on TARGET_ixp4xxFlorian Fainelli2009-10-061-1/+1
| | | | SVN-Revision: 17956
* madwifi cannot be compiled on cobalt which has a different mips cpu abiFlorian Fainelli2009-10-061-1/+1
| | | | SVN-Revision: 17953
* fix opkg directory cleaning (#5646)Felix Fietkau2009-10-061-1/+1
| | | | SVN-Revision: 17952
* add kmod-input-rb532, driver for the rb532 user buttonFlorian Fainelli2009-10-051-0/+17
| | | | SVN-Revision: 17927
* busybox: remove "default y" in the lock config item to fix nommu buildsFelix Fietkau2009-10-051-2/+1
| | | | SVN-Revision: 17925
* kernel: fix Promise PDC202xx IDE driver locationNicolas Thill2009-10-051-0/+4
| | | | SVN-Revision: 17909
* modules/crypto: package AMCC ppc4xx hardware crypto driverAndy Boyett2009-10-051-0/+19
| | | | SVN-Revision: 17906
* add missing kconfig option to ps3 sound moduleAndy Boyett2009-10-051-2/+3
| | | | SVN-Revision: 17899
* modules/usb: fix usb-etrax dependenciesAndy Boyett2009-10-051-1/+0
| | | | SVN-Revision: 17898
* dnsmasq: - make "name" option in "host" sections optional and append it to ↵Jo-Philipp Wich2009-10-052-5/+21
| | | | | | -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 SVN-Revision: 17897
* mountd: mark as 2.6 onlyNicolas Thill2009-10-051-1/+1
| | | | SVN-Revision: 17867
* gdb: don't build on avr32Nicolas Thill2009-10-051-0/+1
| | | | SVN-Revision: 17865
* gdb: have both gdb & gdbserver share defaultsNicolas Thill2009-10-051-7/+10
| | | | SVN-Revision: 17863
* fixes typoJohn Crispin2009-10-051-1/+1
| | | | SVN-Revision: 17858
* fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies ↵John Crispin2009-10-047-71/+445
| | | | | | homebox flash SVN-Revision: 17856
* adds mountd. There is still much space for improvement, static mounts and ↵John Crispin2009-10-044-0/+72
| | | | | | fstab are not supported yet SVN-Revision: 17853
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-033-85/+0
| | | | | | the packages feed SVN-Revision: 17844
* check for sysfs before bypassing normal hotplug calls for firmware events ↵Felix Fietkau2009-10-031-1/+1
| | | | | | (fixes #5200) SVN-Revision: 17839
* busybox: support 64 bit math in shell tests. this does not seem to increase ↵Felix Fietkau2009-10-031-2/+2
| | | | | | the binary size at all (tested on mips), fixes #2871 SVN-Revision: 17838
* ath: add a compile time option that gives the user full control over ↵Felix Fietkau2009-10-022-0/+82
| | | | | | regulatory settings (disabled by default for now) SVN-Revision: 17828
* mac80211: autodetect the default phy mode based on 11n and freq capabilitiesFelix Fietkau2009-10-021-0/+5
| | | | SVN-Revision: 17825
* mac80211: fix typo in ifname setup, suppress error messages of interface ↵Felix Fietkau2009-10-021-3/+3
| | | | | | enumeration commands SVN-Revision: 17824
* hostapd: initialize wme to sane valuesFelix Fietkau2009-10-021-0/+37
| | | | SVN-Revision: 17823
* mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many ↵Felix Fietkau2009-10-022-100/+186
| | | | | | cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k SVN-Revision: 17821
* opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependentFelix Fietkau2009-10-021-0/+1
| | | | SVN-Revision: 17820
* adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it ↵John Crispin2009-10-0210-0/+3754
| | | | | | compiles but throws ioctl -EINVAL during bring up of atm device, hence marked as broken SVN-Revision: 17819
* Export USB host driver as kernel packageClaudio Mignanti2009-10-021-0/+16
| | | | SVN-Revision: 17818
* busybox: remove empty patchesNicolas Thill2009-10-012-0/+0
| | | | SVN-Revision: 17803
* ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-302-1/+4
| | | | SVN-Revision: 17801
* base-files: add hotplug rules for /dev/lpX (#863)Jo-Philipp Wich2009-09-282-1/+7
| | | | SVN-Revision: 17792
* busybox: update to v1.14.4 (closes: #5619)Nicolas Thill2009-09-2836-227/+336
| | | | SVN-Revision: 17782
* firstboot: add support for union mountsFelix Fietkau2009-09-271-23/+60
| | | | SVN-Revision: 17778
* base-files: move firstboot to /sbinFelix Fietkau2009-09-272-1/+1
| | | | SVN-Revision: 17775
* add mips64 support to kexec-tools, counterpart of r17768.Florian Fainelli2009-09-272-1/+733
| | | | SVN-Revision: 17769
* Update ipset to version 3.2Hauke Mehrtens2009-09-272-4/+11
| | | | SVN-Revision: 17764
* ppp: quote positional parameters when calling up/down scripts (closes: #5622)Nicolas Thill2009-09-273-3/+3
| | | | SVN-Revision: 17763
* firewall: fix MSS issue affection RELATED new connections (closes: #5173)Nicolas Thill2009-09-273-5/+5
| | | | SVN-Revision: 17762
* Add ar9170usb driver.Hauke Mehrtens2009-09-271-2/+31
| | | | SVN-Revision: 17760