Felix Fietkau
cc690d782c
Add quilt integration for packages
...
make package/<package>-prepare QUILT=1 will apply all patches using quilt
Autorebuild will be disabled, so that you can edit all patches in the build dir.
When you're done editing patches and everything works, you can call:
make package/<package>-refresh
That will copy the updated patches from quilt into package/<package>/patches,
and remove all old patches.
Before the patches are overwritten, the correct order of the patches is verified
('cat series' is compared against 'sort series').
SVN-Revision: 7471
18 years ago
Felix Fietkau
34a7bd751b
madwifi: fix an unhandle cryptoapi change (wpa2)
...
SVN-Revision: 7470
18 years ago
John Crispin
193ef22310
missing -p on mkdir command
...
SVN-Revision: 7469
18 years ago
Felix Fietkau
07de479948
remove duplicate include statement (fixes a warning)
...
SVN-Revision: 7468
18 years ago
John Crispin
8d34125755
when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)
...
SVN-Revision: 7467
18 years ago
Florian Fainelli
1bc2d5884b
Changed the RouterBOOT main to rootfs
...
SVN-Revision: 7466
18 years ago
John Crispin
668d311679
the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder
...
SVN-Revision: 7465
18 years ago
Florian Fainelli
c879774b35
IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
...
SVN-Revision: 7464
18 years ago
John Crispin
a1e0545d4b
added some tools that the foxboard users are used to, when working with the fox
...
SVN-Revision: 7463
18 years ago
Florian Fainelli
908b616d8e
Add iprange ( #1799 )
...
SVN-Revision: 7462
18 years ago
Florian Fainelli
1435d167ff
Put back zd1211 with r85 ( #1806 )
...
SVN-Revision: 7461
18 years ago
Rod Whitby
3bdd232eae
apex: fixed patch pathnames
...
SVN-Revision: 7460
18 years ago
Florian Fainelli
f6502b8ca5
Fix config.in typo and enable by default only for ixp4xx-2.6
...
SVN-Revision: 7458
18 years ago
Florian Fainelli
87d417f460
Unmark as broken
...
SVN-Revision: 7457
18 years ago
Felix Fietkau
07796f7873
fixes for wpa/wpa2
...
SVN-Revision: 7453
18 years ago
Rod Whitby
e4aa279bf8
apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)
...
SVN-Revision: 7452
18 years ago
Rod Whitby
ad2bc9c63b
apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).
...
SVN-Revision: 7451
18 years ago
Florian Fainelli
414bc92dea
Use the in-kernel pwc driver, no need to maintain it externally
...
SVN-Revision: 7450
18 years ago
John Crispin
8ef31f1a5b
made the target name of etrax lowercase.
...
SVN-Revision: 7449
18 years ago
John Crispin
e271bc9e8c
fixes compile bug of iptables
...
SVN-Revision: 7448
18 years ago
Florian Fainelli
61d6789f75
Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync kernel config
...
SVN-Revision: 7445
18 years ago
John Crispin
5ae3b0b713
Fixed a bug in the kernel-headers/Makefile introduced by the cris merge
...
SVN-Revision: 7444
18 years ago
Felix Fietkau
e4550a0ebc
fix error handling in qos-scripts
...
SVN-Revision: 7442
18 years ago
Rod Whitby
9e3e6089d5
apex: Updated to 1.5.4 - this time it boots
...
SVN-Revision: 7441
18 years ago
Felix Fietkau
47ecff5cf8
madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now
...
SVN-Revision: 7440
18 years ago
John Crispin
e19eb3d828
add initial support for the crisarchitecture used on foxboards to openwrt
...
SVN-Revision: 7439
18 years ago
Florian Fainelli
a1ddc8ab7d
remove ueagle-atm and use the in-kernel driver, split up usb-atm
...
SVN-Revision: 7438
18 years ago
Felix Fietkau
87699ffd77
optimize the performance of the minstrel rate algorithm - don't sample lower rates if the rate with the higest probability is high
...
SVN-Revision: 7437
18 years ago
Felix Fietkau
1b2efe2b95
minor locking change
...
SVN-Revision: 7436
18 years ago
Felix Fietkau
f5a01c7556
madwifi: fix a crash in ff handling
...
SVN-Revision: 7435
18 years ago
Felix Fietkau
99c170db7c
disable tpc in madwifi by default (seems to be hurting performance in long-distance links)
...
SVN-Revision: 7434
18 years ago
Florian Fainelli
68c64ec9e2
Remove zd1211 now we have zd1211rw which is in the kernel source
...
SVN-Revision: 7433
18 years ago
Florian Fainelli
9a6e9f8aab
Make nls-base dependency 2.6 specific, really closes #1647
...
SVN-Revision: 7432
18 years ago
Felix Fietkau
82be2de620
make xscale images containing proprietary microcode optional, but enabled by default
...
SVN-Revision: 7431
18 years ago
Mike Baker
40ca38580d
change wifi defaults (was default hidden ssid)
...
SVN-Revision: 7430
18 years ago
Florian Fainelli
a21b76cfca
Mark aodv-uu as broken with the .21 upgrade
...
SVN-Revision: 7427
18 years ago
Felix Fietkau
a08db5a03f
forgot a small change
...
SVN-Revision: 7426
18 years ago
Felix Fietkau
582d78b1ad
clean up madwifi and sync with trunk
...
SVN-Revision: 7425
18 years ago
Felix Fietkau
fa3bedb65d
ixp4xx: add back the mac handling fix - seems like it wasn't the cause for the ethernet breakage
...
SVN-Revision: 7424
18 years ago
Florian Fainelli
5b78b9a5e7
Check for modules.d existence before loading modules
...
SVN-Revision: 7423
18 years ago
Rod Whitby
1598ebd3fb
apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually tested at all, and what I eventually tested didn't work.
...
SVN-Revision: 7422
18 years ago
Rod Whitby
47871badcc
apex: Updated to version 1.5.4
...
SVN-Revision: 7421
18 years ago
Felix Fietkau
6c5d27bfeb
revert patch that is breaking ethernet on Avila GW2348-4
...
SVN-Revision: 7420
18 years ago
Florian Fainelli
de06b3b0d0
Make rdc boot a little further, still broken though, resync kernel config
...
SVN-Revision: 7419
18 years ago
Mike Baker
40071deb7a
mount_root should only mount the root
...
SVN-Revision: 7418
18 years ago
Felix Fietkau
b22491e0f8
make sure that /etc/rc.d exists before creating symlinks
...
SVN-Revision: 7417
18 years ago
Felix Fietkau
3e8bdad848
fix typo introduced in last commit
...
SVN-Revision: 7416
18 years ago
Mike Baker
0a79809ba1
fix typo
...
SVN-Revision: 7415
18 years ago
Felix Fietkau
fb2abbee4b
fix typo
...
SVN-Revision: 7414
18 years ago
Florian Fainelli
062a8d54b4
kernel config resync with generic-2.6
...
SVN-Revision: 7413
18 years ago