summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2.6.27: add USB_VIDEO_CLASS_INPUT_EVDEV kconfig optionAndy Boyett2009-10-052-2/+1
| | | | SVN-Revision: 17903
* explicitly disable LEDS_GPIO_OF kconfig optionAndy Boyett2009-10-051-0/+1
| | | | SVN-Revision: 17902
* explicitly disable IBM_ASM kconfig optionAndy Boyett2009-10-052-0/+2
| | | | SVN-Revision: 17901
* add missing SND_ARM kconfig optionAndy Boyett2009-10-051-0/+1
| | | | SVN-Revision: 17900
* 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
* explicitly disable <CONFIG_USB_GADGET_DEBUG_FS> to get the target compiling ↵Mirko Vogt2009-10-051-0/+1
| | | | | | without issues again SVN-Revision: 17890
* dont select atm modules yet for ifxmipsJohn Crispin2009-10-051-2/+2
| | | | SVN-Revision: 17888
* 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
* getver: don't use "-r COMMITTED" arg which needs network access to the ↵Nicolas Thill2009-10-051-1/+1
| | | | | | repository, use the "Last Changed Rev:" line instead SVN-Revision: 17864
* gdb: have both gdb & gdbserver share defaultsNicolas Thill2009-10-051-7/+10
| | | | SVN-Revision: 17863
* ramips: remove unneccesary ifdefs from the rt288x pci codeGabor Juhos2009-10-052-7/+0
| | | | SVN-Revision: 17862
* ramips: remove unneccesary includes from the rt288x pci codeGabor Juhos2009-10-052-13/+2
| | | | SVN-Revision: 17861
* ramips: add Kbuild patch for the rt288x pci code, and fix invalid header ↵Gabor Juhos2009-10-053-4/+13
| | | | | | file paths SVN-Revision: 17860
* ramips: add missing config optionGabor Juhos2009-10-051-0/+1
| | | | SVN-Revision: 17859
* fixes typoJohn Crispin2009-10-051-1/+1
| | | | SVN-Revision: 17858
* remove crypto moduels from ifxmips menuconfigJohn Crispin2009-10-041-23/+0
| | | | SVN-Revision: 17857
* fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies ↵John Crispin2009-10-047-71/+445
| | | | | | homebox flash SVN-Revision: 17856
* adds pci support for rt288xJohn Crispin2009-10-044-0/+225
| | | | SVN-Revision: 17855
* remove reference to bogus packetJohn Crispin2009-10-041-2/+2
| | | | SVN-Revision: 17854
* 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
* fix typo in target descriptionAndy Boyett2009-10-041-3/+3
| | | | SVN-Revision: 17848
* adjust pointer size from 4 to 8 bytes in x86_64 site configNicolas Thill2009-10-041-1/+1
| | | | SVN-Revision: 17845
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-0321-44593/+24
| | | | | | the packages feed SVN-Revision: 17844
* metadata.pl: fix a bug where dependency flags (@ and +) from a dependency ↵Nicolas Thill2009-10-031-2/+2
| | | | | | were inherited by others SVN-Revision: 17840
* 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
* metadata.pl: do not strip whitespaces from multiline dataFelix Fietkau2009-10-021-1/+0
| | | | SVN-Revision: 17827
* add a defconfig for wrt160nl which contains switch settingsFelix Fietkau2009-10-021-0/+25
| | | | SVN-Revision: 17826
* 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
* ar71xx: fix usb preselection in profilesFelix Fietkau2009-10-024-6/+6
| | | | SVN-Revision: 17822
* 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-023-5/+33
| | | | SVN-Revision: 17818
* bump ifxmips to .30John Crispin2009-10-0261-1246/+500
| | | | SVN-Revision: 17817
* dump 2.6.25 supportClaudio Mignanti2009-10-0219-7719/+2
| | | | SVN-Revision: 17816
* Fix #5873 and cleanup kernel configClaudio Mignanti2009-10-021-8/+1
| | | | SVN-Revision: 17815
* uClibc: remove absolute path linking to host libraries in libpthread.so ↵Nicolas Thill2009-10-021-9/+9
| | | | | | (closes: #5601) SVN-Revision: 17814
* ar71xx: use 'link4' LED for diagnostic on Bullet MGabor Juhos2009-10-011-0/+3
| | | | SVN-Revision: 17813
* ar71xx: initialize PCI controller on the Bullet MGabor Juhos2009-10-011-0/+11
| | | | SVN-Revision: 17812
* ar71xx: init ethernet mac address on the Bullet MGabor Juhos2009-10-011-0/+3
| | | | SVN-Revision: 17811
* ar71xx: add default network configuration for the Bullet MGabor Juhos2009-10-012-0/+15
| | | | SVN-Revision: 17810
* ar71xx: register GPIO button on the Bullet MGabor Juhos2009-10-011-0/+16
| | | | SVN-Revision: 17809
* ar71xx: add PCI Host Controller fixup for ar724xGabor Juhos2009-10-011-0/+23
| | | | SVN-Revision: 17808