aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [scripts] getver: don't use "-r COMMITTED" arg which needs network access to ↵Nicolas Thill2009-10-051-1/+1
| | | | | | the repository, use the "Last Changed Rev:" line instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17864 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
* ramips: remove unneccesary ifdefs from the rt288x pci codeGabor Juhos2009-10-052-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove unneccesary includes from the rt288x pci codeGabor Juhos2009-10-052-13/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add Kbuild patch for the rt288x pci code, and fix invalid header ↵Gabor Juhos2009-10-053-4/+13
| | | | | | file paths git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add missing config optionGabor Juhos2009-10-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17859 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
* remove crypto moduels from ifxmips menuconfigJohn Crispin2009-10-041-23/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies ↵John Crispin2009-10-047-71/+445
| | | | | | homebox flash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds pci support for rt288xJohn Crispin2009-10-044-0/+225
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove reference to bogus packetJohn Crispin2009-10-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds mountd. There is still much space for improvement, static mounts and ↵John Crispin2009-10-044-0/+72
| | | | | | fstab are not supported yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pxa] fix typo in target descriptionAndy Boyett2009-10-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] adjust pointer size from 4 to 8 bytes in x86_64 site configNicolas Thill2009-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-0321-44593/+24
| | | | | | the packages feed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] metadata.pl: fix a bug where dependency flags (@ and +) from a ↵Nicolas Thill2009-10-031-2/+2
| | | | | | dependency were inherited by others git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check for sysfs before bypassing normal hotplug calls for firmware events ↵Felix Fietkau2009-10-031-1/+1
| | | | | | (fixes #5200) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* metadata.pl: do not strip whitespaces from multiline dataFelix Fietkau2009-10-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a defconfig for wrt160nl which contains switch settingsFelix Fietkau2009-10-021-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: autodetect the default phy mode based on 11n and freq capabilitiesFelix Fietkau2009-10-021-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix typo in ifname setup, suppress error messages of interface ↵Felix Fietkau2009-10-021-3/+3
| | | | | | enumeration commands git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: initialize wme to sane valuesFelix Fietkau2009-10-021-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix usb preselection in profilesFelix Fietkau2009-10-024-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependentFelix Fietkau2009-10-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] Export USB host driver as kernel packageClaudio Mignanti2009-10-023-5/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump ifxmips to .30John Crispin2009-10-0261-1246/+500
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] dump 2.6.25 supportClaudio Mignanti2009-10-0219-7719/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] Fix #5873 and cleanup kernel configClaudio Mignanti2009-10-021-8/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: remove absolute path linking to host libraries in ↵Nicolas Thill2009-10-021-9/+9
| | | | | | libpthread.so (closes: #5601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use 'link4' LED for diagnostic on Bullet MGabor Juhos2009-10-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: initialize PCI controller on the Bullet MGabor Juhos2009-10-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: init ethernet mac address on the Bullet MGabor Juhos2009-10-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration for the Bullet MGabor Juhos2009-10-012-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: register GPIO button on the Bullet MGabor Juhos2009-10-011-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add PCI Host Controller fixup for ar724xGabor Juhos2009-10-011-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use ar71xx_pci_fixup on ar71xx SoCs onlyGabor Juhos2009-10-011-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix a typo in the ar724x PCI codeGabor Juhos2009-10-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] Implement sysfs interface for some specific cris driverClaudio Mignanti2009-10-013-0/+126
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-0151-215/+129
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: remove empty patchesNicolas Thill2009-10-012-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add dns servers to uci state in the ip-up scriptJo-Philipp Wich2009-09-302-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] Include some generic devices classes (#5874)Claudio Mignanti2009-09-301-1/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] inform users when the in-kernel mips FPU emulator is disabled (#5774)Florian Fainelli2009-09-284-19/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add hotplug rules for /dev/lpX (#863)Jo-Philipp Wich2009-09-282-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17792 3c298f89-4303-0410-b956-a3cf2f4a3e73