Florian Fainelli
fc3311fd6d
Remove 2.6.22 kernel configuration file
...
SVN-Revision: 12639
17 years ago
Florian Fainelli
d1f4f4646d
Remove 2.6.22 files, no target uses them anymore
...
SVN-Revision: 12638
17 years ago
Felix Fietkau
78fd83bd12
rename generic-2.6/config-default to generic-2.6/config-2.6.21
...
SVN-Revision: 12637
17 years ago
Felix Fietkau
4296e978da
rename generic-2.6/patches to generic-2.6/patches-2.6.21
...
SVN-Revision: 12636
17 years ago
Felix Fietkau
e5dc717d22
atheros: don't try to enable pci on AR2317 ( fixes #3533 )
...
SVN-Revision: 12633
17 years ago
Lars-Peter Clausen
5ac7398565
Restore config after running scripts/env diff.
...
SVN-Revision: 12632
17 years ago
Gabor Juhos
23a45e0c6d
remove some debug stuff
...
SVN-Revision: 12631
17 years ago
Gabor Juhos
3932821bce
create firmware image for the WP543 board
...
SVN-Revision: 12628
17 years ago
Gabor Juhos
219ec2a419
add MyLoader support
...
SVN-Revision: 12627
17 years ago
Gabor Juhos
264279d6d3
remove 2.6.25 config as well
...
SVN-Revision: 12626
17 years ago
Gabor Juhos
ee906ec81e
nuke 2.6.25 specific patches
...
SVN-Revision: 12625
17 years ago
Gabor Juhos
d590c14151
WP543: add static mtd partitions
...
SVN-Revision: 12624
17 years ago
Nicolas Thill
40f6992324
add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling package/ath9k ( closes : #3816 ) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37014 - fix "undefined reference to `fmsub'" error on powerpc http://bugs.uclibc.org/view.php?id=1588
...
SVN-Revision: 12623
17 years ago
Gabor Juhos
a43e2d5ac6
fix the PCI byte lane enable generation code, based on a patch by Chris Dearman
...
SVN-Revision: 12617
17 years ago
Steven Barth
954c24c5ed
Fixed a typo in the firewall scripts
...
SVN-Revision: 12616
17 years ago
Steven Barth
551bee5fa6
Fixed dependency handling for feeds
...
SVN-Revision: 12615
17 years ago
Steven Barth
efb4cebbc6
Fixed a typo in firewall scripts, closes #4000
...
SVN-Revision: 12613
17 years ago
Nicolas Thill
772fe7fe71
use the Download/ macro to get ACX firmwares
...
SVN-Revision: 12612
17 years ago
Nicolas Thill
aca19fe74c
add missing Kconfig symbol
...
SVN-Revision: 12611
17 years ago
Nicolas Thill
76e78e2203
add missing dependency on libblkid to swap-utils, needed for swapon/off ( closes : #3993 )
...
SVN-Revision: 12610
17 years ago
Jens Muecke
76c9809ed4
Compile fix libnl - hidden symbol `__clz_tab' ( fix #3899 ) - thanks to gig-tmp
...
SVN-Revision: 12609
17 years ago
Felix Fietkau
87f9c56103
fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in some packages' configure step
...
SVN-Revision: 12601
17 years ago
Gabor Juhos
94fee20231
remove 2.6.25 specific stuff
...
SVN-Revision: 12598
17 years ago
Lars-Peter Clausen
b7b1b8dc73
Revert r12510. Remove -rpath-link form TARGET_LDFLAGS as it breaks some packages.
...
SVN-Revision: 12597
17 years ago
Nicolas Thill
86ce5d1afe
fix build options in menuconfig: - move EXTERNAL_KERNEL_TREE & NO_STRIP from DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL
...
SVN-Revision: 12592
17 years ago
Felix Fietkau
373e5f5e8d
add new option for enabling debugging symbols
...
SVN-Revision: 12591
17 years ago
Felix Fietkau
818729cfd2
remove old atheros kernels and patches
...
SVN-Revision: 12590
17 years ago
Travis Kemen
8b8a68859d
fix depends, from sn9
...
SVN-Revision: 12589
17 years ago
Lars-Peter Clausen
6f774d468f
Change libtool fixup behaviour. Still ugly but it works until we have a real fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR).
...
SVN-Revision: 12586
17 years ago
Travis Kemen
91d3e6b05b
make option name optional
...
SVN-Revision: 12585
17 years ago
Felix Fietkau
9029e3d9ef
madwifi: fix x86_64 compilation
...
SVN-Revision: 12574
17 years ago
Felix Fietkau
52bb4fac97
madwifi: upgrade to 2008-09-09 HAL
...
SVN-Revision: 12573
17 years ago
Felix Fietkau
22585e578b
sysupgrade: add optional delay before rebooting
...
SVN-Revision: 12572
17 years ago
Gabor Juhos
1abbb27f86
convert to GPIOLIB
...
SVN-Revision: 12571
17 years ago
Lars-Peter Clausen
3601e8b9bb
oops, previous commit was broken. remove wrong line break.
...
SVN-Revision: 12570
17 years ago
Lars-Peter Clausen
013d074603
Add InstallDev/(Pre|Post) hooks.
...
SVN-Revision: 12569
17 years ago
Steven Barth
5a4e88710b
Prevent unwanted shell expansion
...
SVN-Revision: 12568
17 years ago
Gabor Juhos
10eaf08da5
use generic cansleep wrappers for GPIO
...
SVN-Revision: 12567
17 years ago
Gabor Juhos
74321caaf8
2.6.26: add gpiommc driver
...
SVN-Revision: 12566
17 years ago
Florian Fainelli
55f3b8ade2
Do not try to build autoconf emacs library, as it can fail on some systems like Fedora core 9
...
SVN-Revision: 12562
17 years ago
Florian Fainelli
ae253edfbe
au1000: fix gpio output
...
when setting the output state of one GPIO pin we have to keep the state of the
other pins, hence use binary OR. also gpio_direction_output() wants to set an
initial value, so add that too.
this fixes a problem with the USB power switch on mtx-1 boards. (#3974 )
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 12561
17 years ago
John Crispin
8dc12e9096
bump ifxmips to 2.6.26.2
...
SVN-Revision: 12557
17 years ago
Felix Fietkau
480864baef
fix autoconf compilation ( #3956 )
...
SVN-Revision: 12554
17 years ago
Gabor Juhos
90904e3704
firmware-utils/mkmylofw: WP543 support
...
SVN-Revision: 12552
17 years ago
Felix Fietkau
5437cc1f7c
target features: fix usb support detection
...
SVN-Revision: 12551
17 years ago
John Crispin
6eefb5071d
fixes script that mounts usd storage when it gets attached
...
SVN-Revision: 12548
17 years ago
Steven Barth
05118305ec
dnsmasq: Use a more intelligent way of parsing dhcp-options using the new UCI list datatype
...
SVN-Revision: 12547
17 years ago
Felix Fietkau
fefd23fe13
restore the /tmp/resolv.conf symlink when stopping dnsmasq
...
SVN-Revision: 12546
17 years ago
Gabor Juhos
e15237af0a
build more image types
...
SVN-Revision: 12545
17 years ago
Gabor Juhos
b63a7c8640
add gpio-buttons devices
...
SVN-Revision: 12544
17 years ago