1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 19:22:01 +03:00
Commit Graph

10280 Commits

Author SHA1 Message Date
nbd
65994c781a turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02 02:31:15 +00:00
nbd
e7c5856bc8 package uuidgen
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-02 01:29:32 +00:00
nbd
f8db09d234 DG834G Power LED fix
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 01:21:57 +00:00
nbd
00158ccffe "default-on" LED Trigger
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-02 01:21:54 +00:00
nbd
0bf84185a3 Add CDMA/EVDO support to comgt package
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-02 01:21:31 +00:00
juhosg
8c34357d5b [toolchain] eliminate the root cause of the uClibc problems on the powerpc platform
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-01 18:42:22 +00:00
juhosg
829c17fac9 [toolchain] gcc: fix version selection for Magicbox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-01 16:44:52 +00:00
blogic
acd8e19e5d update default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 19:46:17 +00:00
blogic
2b3bc2ee33 add mopre default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 17:39:29 +00:00
blogic
25445f9910 make avila have 6 pci devices, such that usb works
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 17:39:12 +00:00
juhosg
d8ddf3b6a6 [adm5120] enable switch driver for 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 15:58:57 +00:00
juhosg
fe28750ae5 [adm5120] add 2.6.24 specific patchset for the usb driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 14:51:16 +00:00
juhosg
ec0afcf3a7 [adm5120] add a 2.6.24 specific patch for the switch driver, thanks to 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 10:18:58 +00:00
juhosg
b5aea7895a [adm5120] fix a switch driver bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 09:33:19 +00:00
nbd
697e06b225 port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 04:44:35 +00:00
nbd
18a605bf0b pull madwifi forward to the latest upstream version - should fix some dual 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-31 04:09:54 +00:00
kaloz
10daf50d2e copy leftover patch from 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 23:32:47 +00:00
kaloz
bb20660793 show a rotating dash during jffs2 erase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 23:32:08 +00:00
kaloz
7e82915bad remove binary sysctl number for KERN_PPC_L2CR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 23:30:51 +00:00
kaloz
f2084724be the Magicbox doesn't have gigabit ethernet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 23:26:17 +00:00
juhosg
13ac16c77f [adm5120] add preliminary support for 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 15:25:48 +00:00
juhosg
59dc59994c [adm5120] don't use mips_machgroup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 14:06:59 +00:00
juhosg
5d526120bd [adm5120] more license cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 13:15:51 +00:00
juhosg
7ab6e1eacb [kernel] netfilter: fix compiler warnings in xt_layer7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 11:45:42 +00:00
agb
122c1c510c Add 2.6 kernel dependency to gpioctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 09:38:32 +00:00
agb
226a1f3bf5 Nuke leftover directories in trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 09:35:15 +00:00
ralph
b542c574c4 - added package list function
-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 09:22:05 +00:00
juhosg
c6eb29b2ab [adm5120] lzma-loader: fix compiler warnings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 08:23:36 +00:00
juhosg
6cc48ee631 [kernel] nefilter: fix chaostables on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 08:05:47 +00:00
juhosg
e2afe3b87e [kernel] netfilter: fix RTSP on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 07:35:01 +00:00
juhosg
c48895bb28 [kernel] netfilter: fix xt_TARPIT on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 07:04:48 +00:00
juhosg
18076bc44e [kernel] netfilter: fix ipt_SET on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 07:03:02 +00:00
matteo
ddc9bff6ca fixed war.h path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 20:50:50 +00:00
matteo
cee5e06f0e [AR7] added missing war.h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 20:47:34 +00:00
blogic
1df0cd65fe added new ixp4xx target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 20:07:41 +00:00
juhosg
0d365ef3df [adm5120] more license cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 19:56:39 +00:00
nbd
7d72cdbc54 fix a small race condition in the madwifi queue handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 17:17:04 +00:00
juhosg
ca1487cd32 add feature flag for the cpio.gz support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 13:56:43 +00:00
juhosg
120027d425 fix generation of cpio.gz images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 10:51:52 +00:00
juhosg
add68b0178 [adm5120] image generation cleanups
* 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 10:33:34 +00:00
juhosg
4da9c04c87 [adm5120] remove some unused files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 08:40:19 +00:00
juhosg
d974268ae2 [adm5120] add experimental support for the Cellvision NFS-101U device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 08:37:40 +00:00
juhosg
5c7b26807e [tools] firmware-utils: new firmware generation tool for the Cellvision CAS-6xx/NFS-xxx devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 08:31:54 +00:00
juhosg
6d8520bc41 [adm5120] license cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 08:23:40 +00:00
matteo
b3adb56ad9 AR7 2.6.24 config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 02:50:12 +00:00
kaloz
00a0c3b1ff add basic support for the AMCC PPC405EX Kilauea evaluation board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 00:58:46 +00:00
kaloz
1c7a2389f4 add dtc, the device tree compiler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 00:56:27 +00:00
matteo
c708f2e19a [AR7] refresh vlynq patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 00:26:50 +00:00
kaloz
40f075c993 add upstream git patch for arch/powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 23:44:06 +00:00
kaloz
2f6f08c42d fix squashfs on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 23:42:43 +00:00