Felix Fietkau
5feb978446
openwrt: honour gcc extra configuration flags
...
Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used
anywhere.
This change adds the extra flag to both gcc configure stages.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9406
17 years ago
Felix Fietkau
d8e032edef
don't replace powerpc arch with ppc
...
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.
This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9405
17 years ago
Imre Kaloz
c1f0b1fa3f
remove madwifi karma patch until it's fixed
...
SVN-Revision: 9404
17 years ago
Florian Fainelli
2a0ca50ce2
Add preliminary support for the Routerboard 153 CF slot ( #2550 )
...
SVN-Revision: 9403
17 years ago
Florian Fainelli
5db86fb47a
Resync kernel config, make kernel.{flash,ram}.srec available
...
SVN-Revision: 9402
17 years ago
Eugene Konev
6bf1f9a467
ar7: add eva image generation (thanks Axel Gembe)
...
SVN-Revision: 9401
17 years ago
Felix Fietkau
461e17e015
fix mac80211 compile
...
SVN-Revision: 9391
17 years ago
Felix Fietkau
58035f5e02
fix more downloading crap
...
SVN-Revision: 9389
17 years ago
Felix Fietkau
467c1a7189
remove unnecessary linux config include (it broke 'make download')
...
SVN-Revision: 9388
17 years ago
John Crispin
0ac64f1dfc
fix b0rked atheros kernelconfig
...
SVN-Revision: 9386
17 years ago
Felix Fietkau
ac40a80f35
make aliases for package targets if the package directories are in further subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it
...
SVN-Revision: 9384
17 years ago
Felix Fietkau
aef9b313b1
remove the dummy profile that was created on targets that have subtargets
...
SVN-Revision: 9383
17 years ago
Felix Fietkau
f30ff914a6
mark ipset as 2.6 only
...
SVN-Revision: 9382
17 years ago
Felix Fietkau
999846802f
fix the remaining patch reject in 700-libtoolize.patch in linux-atm
...
SVN-Revision: 9381
17 years ago
John Crispin
9f73ab51f3
refreshed madwifi patches
...
SVN-Revision: 9380
17 years ago
Felix Fietkau
6700c1d745
ignore mconf_check
...
SVN-Revision: 9379
17 years ago
Felix Fietkau
86a906bed2
reorganize subtargets, sort subtargets below top level targets
...
SVN-Revision: 9378
17 years ago
John Crispin
d529f387c4
fixed linux-atm
...
SVN-Revision: 9377
17 years ago
Felix Fietkau
19613342e2
refresh linux-atm patches
...
SVN-Revision: 9373
17 years ago
Felix Fietkau
4f23b57817
remove obsolete zd1211-driver, replaced by the in-tree module
...
SVN-Revision: 9372
17 years ago
Felix Fietkau
db76c126d1
mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use sshfs+fuse
...
SVN-Revision: 9371
17 years ago
Felix Fietkau
5460d7854e
disable driver_devicescape in hostapd will be enabled again when the mac80211 guys have sorted out the api ;)
...
SVN-Revision: 9369
17 years ago
Felix Fietkau
99aed44487
fix quilt update breakage for kernel related packages
...
SVN-Revision: 9368
17 years ago
Felix Fietkau
9bfa0d1d08
show md5sums on mismatch in download.pl
...
SVN-Revision: 9367
17 years ago
Felix Fietkau
67eaa9814d
fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23
...
SVN-Revision: 9366
17 years ago
Felix Fietkau
bd3402a740
re-libtoolize linux-atm to fix random libname breakage
...
SVN-Revision: 9365
17 years ago
Felix Fietkau
db9e706f8c
fix up a few ide related kernel config issues (related to #2516 )
...
SVN-Revision: 9364
17 years ago
Gabor Juhos
ab8a75d73f
make morse LED trigger available as a package, and fix it to compile with 2.6.23
...
SVN-Revision: 9363
17 years ago
Gabor Juhos
d2cfb2934f
add LEDs trigger for switch port states, thanks to Bernhard Held ( closes : #2153 )
...
SVN-Revision: 9362
17 years ago
Gabor Juhos
4c093ed622
fix typos in the switch driver, thanks to Bernhard Held ( closes : #2573 )
...
SVN-Revision: 9361
17 years ago
Gabor Juhos
2228e4092c
add patch for gpio-leds to support special brightness values, thanks to Bernhard Held ( closes : #2572 )
...
SVN-Revision: 9360
17 years ago
Florian Fainelli
2eca863b8e
Convert the karma changes to be an ioctl
...
SVN-Revision: 9358
17 years ago
Eugene Konev
1e5a1f2aa5
fritzbox leds detection (thanks Axel Gembe)
...
SVN-Revision: 9357
17 years ago
John Crispin
32dc9ca55a
fixed missing symbols in atheros kernel config
...
SVN-Revision: 9356
17 years ago
John Crispin
78edb9c7bb
fixed wpa2 support for madwifi/wpa_supplicant
...
SVN-Revision: 9355
17 years ago
John Crispin
9b467b5b28
remove whitespaces
...
SVN-Revision: 9354
17 years ago
John Crispin
450ab0e5fc
more package submenus
...
SVN-Revision: 9351
17 years ago
Felix Fietkau
3acb27cdd7
don't dispatch spurious irq0 events
...
SVN-Revision: 9347
17 years ago
Gabor Juhos
96da91f5e0
add kernel config option to disabling common PCI quirks, resync kernel config
...
SVN-Revision: 9346
17 years ago
Florian Fainelli
0d2e9a6539
Turn off stp by default, thanks ejka
...
SVN-Revision: 9345
17 years ago
Florian Fainelli
0a993680d5
Revert [9176] now that we have network config handling stp [9343]
...
SVN-Revision: 9344
17 years ago
Florian Fainelli
c37f550144
Turn on stp by default for bridges ( #2476 )
...
SVN-Revision: 9343
17 years ago
Gabor Juhos
36a1feebdd
add ids for Edimax BR-6104Wg boards
...
SVN-Revision: 9342
17 years ago
Gabor Juhos
5044a3267a
fix initcall level in i2c-gpio-custom driver if not built as a module
...
SVN-Revision: 9341
17 years ago
Gabor Juhos
49b631d730
switch driver cleanup, 4th phase
...
SVN-Revision: 9340
17 years ago
John Crispin
dc0a4f8ff8
added rtl8169, from #2554
...
SVN-Revision: 9339
17 years ago
Florian Fainelli
e36f4396f6
Add route6 option to setup IPv6 routes ( #2528 )
...
SVN-Revision: 9337
17 years ago
Florian Fainelli
109d5fbca4
Update description, iptables-mod-ipsec includes libipt_policy.so
...
SVN-Revision: 9336
17 years ago
Florian Fainelli
1878758fa1
Fix typos and add quotes, potentially fix build failures with ccache ( #2533 )
...
SVN-Revision: 9335
17 years ago
Gabor Juhos
c96dcab711
switch driver cleanup, 3rd phase
...
SVN-Revision: 9334
17 years ago