summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-03[adm5120] refresh .23 kernel pachesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02add missing kernel config optionnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02Add binutils-2.18 patches for all arches but AVR32.nbd
Re-diff the existing patches for binutils-2.17 for all architectures but AVR32, and make the possible selection of binutils-2.18 dependent on selecting any arch but that one for the time being. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02package uuidgennbd
Package uuidgen utility. It is useful for other filesystem utilities and miniupnpd. There is no need to change the release. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02DG834G Power LED fixnbd
This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state. Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02"default-on" LED Triggernbd
The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality. Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default. Particular thanks to Rod Whitby for all his help with this. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02Add CDMA/EVDO support to comgt packagenbd
This patch adds a chat script and makes some modifications to /lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in addition to the existing GPRS/UMTS support. Modifications to 3g.sh are: - Added 'chat' variable to point at the appropriate script - Added 'evdo' and 'cdma' as acceptable 'service' values, and skip the whole gcom initialization bit - Changed pppd connection speed from 460800 to more widely supported 115200; in my experience, this is not your actual connection speed, but at what speed pppd sends setup commands to the interface. This kinda eliminates the need for /etc/ppp/3g.connect - I think I've replaced that functionality, but in a slightly more standardized method, using the 'connect' variable understood by PPP. Signed-off-by: RB<aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-01[toolchain] eliminate the root cause of the uClibc problems on the powerpc ↵juhosg
platform git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-01[toolchain] gcc: fix version selection for Magicboxjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31update default packagesblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31add mopre default packagesblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31make avila have 6 pci devices, such that usb worksblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31[adm5120] enable switch driver for 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31[adm5120] add 2.6.24 specific patchset for the usb driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31[adm5120] add a 2.6.24 specific patch for the switch driver, thanks to ↵juhosg
Francesco Gringoli for his 2.6.24-rc2 patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31[adm5120] fix a switch driver bug juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31port atheros to 2.6.24 (untested), but do not use the new kernel by default yetnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31pull madwifi forward to the latest upstream version - should fix some dual ↵nbd
radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30copy leftover patch from 2.6.23kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30show a rotating dash during jffs2 erasekaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30remove binary sysctl number for KERN_PPC_L2CRkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30the Magicbox doesn't have gigabit ethernetkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[adm5120] add preliminary support for 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[adm5120] don't use mips_machgroupjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[adm5120] more license cleanupsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[kernel] netfilter: fix compiler warnings in xt_layer7juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30Add 2.6 kernel dependency to gpioctlagb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30Nuke leftover directories in trunkagb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30- added package list functionralph
-r list packages of specified feed -s list the feed names only and their URL - refresh of usage text -d-This line, and those below, will be ignored-- M feeds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[adm5120] lzma-loader: fix compiler warningsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[kernel] nefilter: fix chaostables on 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[kernel] netfilter: fix RTSP on 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[kernel] netfilter: fix xt_TARPIT on 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30[kernel] netfilter: fix ipt_SET on 2.6.24juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29fixed war.h pathmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[AR7] added missing war.hmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29added new ixp4xx targetblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[adm5120] more license cleanupsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29fix a small race condition in the madwifi queue handlingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29add feature flag for the cpio.gz supportjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29fix generation of cpio.gz imagesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[adm5120] image generation cleanupsjuhosg
* make image generation makefiles simpler * remove unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[adm5120] remove some unused filesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[adm5120] add experimental support for the Cellvision NFS-101U devicejuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[tools] firmware-utils: new firmware generation tool for the Cellvision ↵juhosg
CAS-6xx/NFS-xxx devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29[adm5120] license cleanupjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29AR7 2.6.24 config filematteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29add basic support for the AMCC PPC405EX Kilauea evaluation boardkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29add dtc, the device tree compilerkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10302 3c298f89-4303-0410-b956-a3cf2f4a3e73