aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make sure all patches are applied before running menuconfig or oldconfigFelix Fietkau2009-04-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [imagebuilder] fix initscripts activation (closes: #4037, #4745)Nicolas Thill2009-04-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix nvram_get checking on non-WGT634U (#4975)Florian Fainelli2009-04-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... ↵Jo-Philipp Wich2009-04-211-1/+1
| | | | | | to avoid confusion git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: implement uci loading supportFelix Fietkau2009-04-216-64/+363
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] Generate suitable images for the UBNT PicoStation2Jo-Philipp Wich2009-04-212-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround to rstrip restoring exec perms when they got changed by sstripNicolas Thill2009-04-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the ip175c driver some more, add support for setting the pvid and ↵Felix Fietkau2009-04-201-105/+91
| | | | | | fix querying the phy status git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: add a generic method for setting the port primary vlan id (used ↵Felix Fietkau2009-04-202-7/+42
| | | | | | for transparently fixing up pvid for untagged port when setting vlan ports) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)Felix Fietkau2009-04-204-1/+1368
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix up kernel dependenciesFelix Fietkau2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: nuke 2.6.26 support, 2.6.28 is stableFelix Fietkau2009-04-2039-6819/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: treat struct switch_attr as constantFelix Fietkau2009-04-202-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: remove old debugging stuffFelix Fietkau2009-04-201-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add optional driver for the hw watchdog on gateworks avila boards (requires ↵Felix Fietkau2009-04-203-0/+270
| | | | | | soldering to work properly) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move pkg config stuff to per-target exports to prevent interference with ↵Felix Fietkau2009-04-203-3/+6
| | | | | | host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare libtool for being build nativly (and therefore being able to build ↵Mirko Vogt2009-04-201-2/+4
| | | | | | libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ps3-utils] corrected dependenciesHamish Guthrie2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel modules] add joystick device supportHamish Guthrie2009-04-201-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel package other] correct typos in titles of event device and HID devicesHamish Guthrie2009-04-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel package bluetooth] add hidp supportHamish Guthrie2009-04-201-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel module ps3vram] update dependenciesHamish Guthrie2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix strange LED behavior with Netgear WGT634U (#3552)Florian Fainelli2009-04-202-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] add config option for RNDISJo-Philipp Wich2009-04-191-0/+16
| | | | | | | | | | Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet. Signed-off-by: Andrea Borgia <andrea@borgia.bo.it> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: actually copy firewall.user to imageJo-Philipp Wich2009-04-191-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow connection to a prefered bssid (#4252)Florian Fainelli2009-04-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] blkid only depends on libuuid and libblkid (#4932)Florian Fainelli2009-04-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: process custom rules after forwardings and redirects, ↵Jo-Philipp Wich2009-04-192-3/+3
| | | | | | this actually allows blocking traffic to certain hosts and other rules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix broken logic in r15272, r15273Jo-Philipp Wich2009-04-191-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: (#4928)Jo-Philipp Wich2009-04-191-0/+7
| | | | | | | | | | handle "option gateway 0.0.0.0" and "option gateway interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [kernel] add sata_sil24 moduleJo-Philipp Wich2009-04-191-0/+16
| | | | | | | Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* etrax: dump to 2.6.29Claudio Mignanti2009-04-1912-205/+291
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Add support for CM109 USB VoIP phoneJo-Philipp Wich2009-04-191-0/+16
| | | | | | | | | | | this patch adds support for USB VoIP-phones using the CM109 chipset. the cm109.ko module was added to linux kernel 2.6.28 it was tested with SVN revision 15247 on a Asus WL-500G Premium. Signed-off-by: Alfred E. Heggestad <aeh@db.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: revert r15108 & r15109Jo-Philipp Wich2009-04-193-160/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] correctly set mapbase while registering the UART (#4622)Florian Fainelli2009-04-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix redundant driver name printing in probe functionFlorian Fainelli2009-04-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make images that can be flashed using the stock firmware web ↵Florian Fainelli2009-04-193-40/+110
| | | | | | interface, thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add linux 2.6.29 patches (TODO: re-integrate switch/multi-phy support)Felix Fietkau2009-04-1837-0/+5779
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic 2.6.29 patches and config (squashfs still untested, user space ↵Felix Fietkau2009-04-1887-304/+38252
| | | | | | mkfs still missing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add md5sum for linux 2.6.29.1Felix Fietkau2009-04-181-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-1819-4/+201
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.6] files/fs/yaffs2: revert changes in r15242 that break patching ↵Andy Boyett2009-04-189-0/+9
| | | | | | on 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround preventing libtool from hardcoding library path in shared libsNicolas Thill2009-04-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 'svn:keywords' property, not needed anymore after [15242]Nicolas Thill2009-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17260-262/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1500] do not override input config symbols (#4722)Florian Fainelli2009-04-171-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1500] resync au1550 kernel configurationFlorian Fainelli2009-04-171-1919/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] finally fix boot failures on buffalo devices, tested on ↵Florian Fainelli2009-04-173-4/+12
| | | | | | WHR-HP-G54 and WRT54GS v1.1 with no side effects (#4061) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15232 3c298f89-4303-0410-b956-a3cf2f4a3e73