Commit graph

7522 commits

Author SHA1 Message Date
Felix Fietkau
f2f0fef9b1 add uci v0.2 - implements batch mode and a command for listing changes to a package
SVN-Revision: 10386
2008-02-05 00:34:17 +00:00
Felix Fietkau
c89de79512 move /etc/config/firewall to /etc/firewall.config to prevent it from interfering with uci - yes, this beast really needs a rewrite :)
SVN-Revision: 10383
2008-02-04 22:03:18 +00:00
Felix Fietkau
04caf0a56c upgrade uci 0.1.2, which accepts more characters in the section type validation
SVN-Revision: 10382
2008-02-04 21:59:49 +00:00
Felix Fietkau
c5c1f8f1c2 update uci to 0.1.1 - accepts options without value or with an empty value as valid
SVN-Revision: 10381
2008-02-04 21:08:12 +00:00
Imre Kaloz
389107970a * disable ikconfig by default * update ppc40x default config
SVN-Revision: 10380
2008-02-04 07:44:14 +00:00
Felix Fietkau
c0ffd0231b change learning settings for NPE-C as well
SVN-Revision: 10379
2008-02-04 05:54:05 +00:00
Felix Fietkau
1e9231f939 switch ixp4xx microcode - use one that does not have the "learning" mode, which can interfere with stp and bridging operation
SVN-Revision: 10378
2008-02-04 04:02:37 +00:00
Florian Fainelli
95bee6be70 Upgrade au1000 to .24
SVN-Revision: 10377
2008-02-03 19:49:50 +00:00
Felix Fietkau
5f258e330d fix path to etrax patches (#3055)
SVN-Revision: 10376
2008-02-03 18:22:22 +00:00
Felix Fietkau
8822153478 add missing config selections
SVN-Revision: 10375
2008-02-03 18:00:55 +00:00
Felix Fietkau
3afef97ed5 implement ar2313_adjust_link
SVN-Revision: 10374
2008-02-03 18:00:46 +00:00
Imre Kaloz
7d93d975a5 *sigh* :P
SVN-Revision: 10373
2008-02-03 17:36:04 +00:00
Imre Kaloz
98236f47c8 convert ppc44x to arch/powerpc, use squashfs images by default
SVN-Revision: 10372
2008-02-03 14:54:01 +00:00
Imre Kaloz
4f71fabba4 upgrade Magicbox to 2.6.24, create only squashfs rootfs by default
SVN-Revision: 10370
2008-02-03 10:21:18 +00:00
Felix Fietkau
f09555425c enable uci by default
SVN-Revision: 10369
2008-02-03 07:30:39 +00:00
Felix Fietkau
1f224fac8a fix copy&paste bug
SVN-Revision: 10368
2008-02-03 07:00:22 +00:00
Felix Fietkau
0cf1a58282 Here comes the new UCI. Enjoy :)
SVN-Revision: 10367
2008-02-03 06:48:15 +00:00
Gabor Juhos
32f2870131 refresh .23 kernel paches
SVN-Revision: 10366
2008-02-03 05:15:25 +00:00
Felix Fietkau
1250cbc87a add missing kernel config option
SVN-Revision: 10362
2008-02-02 18:18:44 +00:00
Felix Fietkau
fba7cecc09 Add binutils-2.18 patches for all arches but AVR32.
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>

SVN-Revision: 10360
2008-02-02 18:06:32 +00:00
Felix Fietkau
4feadffcb1 turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)
SVN-Revision: 10358
2008-02-02 02:31:15 +00:00
Felix Fietkau
6fc52b0aba 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>

SVN-Revision: 10350
2008-02-02 01:29:32 +00:00
Felix Fietkau
0ae7379775 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>

SVN-Revision: 10349
2008-02-02 01:21:57 +00:00
Felix Fietkau
a2ba826425 "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>

SVN-Revision: 10348
2008-02-02 01:21:54 +00:00
Felix Fietkau
738d610209 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>

SVN-Revision: 10347
2008-02-02 01:21:31 +00:00
Gabor Juhos
875cd251a0 eliminate the root cause of the uClibc problems on the powerpc platform
SVN-Revision: 10346
2008-02-01 18:42:22 +00:00
Gabor Juhos
f5c304120d gcc: fix version selection for Magicbox
SVN-Revision: 10345
2008-02-01 16:44:52 +00:00
John Crispin
829fa504f2 update default packages
SVN-Revision: 10343
2008-01-31 19:46:17 +00:00
John Crispin
90969c74b2 add mopre default packages
SVN-Revision: 10341
2008-01-31 17:39:29 +00:00
John Crispin
4f56aacc0d make avila have 6 pci devices, such that usb works
SVN-Revision: 10340
2008-01-31 17:39:12 +00:00
Gabor Juhos
b4a6531a72 enable switch driver for 2.6.24
SVN-Revision: 10339
2008-01-31 15:58:57 +00:00
Gabor Juhos
cbad42a979 add 2.6.24 specific patchset for the usb driver
SVN-Revision: 10338
2008-01-31 14:51:16 +00:00
Gabor Juhos
fdee1a5a5a add a 2.6.24 specific patch for the switch driver, thanks to Francesco Gringoli for his 2.6.24-rc2 patch
SVN-Revision: 10337
2008-01-31 10:18:58 +00:00
Gabor Juhos
7b3d603037 fix a switch driver bug
SVN-Revision: 10336
2008-01-31 09:33:19 +00:00
Felix Fietkau
2361535088 port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
SVN-Revision: 10335
2008-01-31 04:44:35 +00:00
Felix Fietkau
02cabf5948 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)
SVN-Revision: 10334
2008-01-31 04:09:54 +00:00
Imre Kaloz
e80d5f9686 copy leftover patch from 2.6.23
SVN-Revision: 10333
2008-01-30 23:32:47 +00:00
Imre Kaloz
3074232986 show a rotating dash during jffs2 erase
SVN-Revision: 10332
2008-01-30 23:32:08 +00:00
Imre Kaloz
01a62fc444 remove binary sysctl number for KERN_PPC_L2CR
SVN-Revision: 10331
2008-01-30 23:30:51 +00:00
Imre Kaloz
7217bce3eb the Magicbox doesn't have gigabit ethernet
SVN-Revision: 10330
2008-01-30 23:26:17 +00:00
Gabor Juhos
128bb0967a add preliminary support for 2.6.24
SVN-Revision: 10329
2008-01-30 15:25:48 +00:00
Gabor Juhos
9bfca5ce18 don't use mips_machgroup
SVN-Revision: 10328
2008-01-30 14:06:59 +00:00
Gabor Juhos
c7e43709f4 more license cleanups
SVN-Revision: 10327
2008-01-30 13:15:51 +00:00
Gabor Juhos
11c02a7e60 netfilter: fix compiler warnings in xt_layer7
SVN-Revision: 10326
2008-01-30 11:45:42 +00:00
Andy Boyett
36d6e448f2 Add 2.6 kernel dependency to gpioctl
SVN-Revision: 10325
2008-01-30 09:38:32 +00:00
Ralph Hempel
2dd0677c86 - 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

SVN-Revision: 10322
2008-01-30 09:22:05 +00:00
Gabor Juhos
1e32e6ddd3 lzma-loader: fix compiler warnings
SVN-Revision: 10321
2008-01-30 08:23:36 +00:00
Gabor Juhos
db7a2e3e55 nefilter: fix chaostables on 2.6.24
SVN-Revision: 10320
2008-01-30 08:05:47 +00:00
Gabor Juhos
3dae29dc4a netfilter: fix RTSP on 2.6.24
SVN-Revision: 10319
2008-01-30 07:35:01 +00:00
Gabor Juhos
131dfed3d7 netfilter: fix xt_TARPIT on 2.6.24
SVN-Revision: 10318
2008-01-30 07:04:48 +00:00