Gabor Juhos
1c25cfcde0
ramips: register wifi device on the rt305x based boards
...
SVN-Revision: 20616
15 years ago
Gabor Juhos
2d624e284c
mac80211: enable building of the rt2800 on the ramips target
...
SVN-Revision: 20615
15 years ago
Gabor Juhos
ce2ac05602
ramips: sync kernel config
...
SVN-Revision: 20614
15 years ago
John Crispin
60ca90e08b
prepare kernel for voip
...
SVN-Revision: 20613
15 years ago
Ralph Hempel
e7b83bc22a
httpd failsafe - add image check and flash access
...
SVN-Revision: 20610
15 years ago
Ralph Hempel
046d73d3c2
add preliminary AR9 support attention: if caches enabled the network is broken attention: the network of the flash image doesn't work because of enabled caches
...
SVN-Revision: 20606
15 years ago
Ralph Hempel
aa323e0134
missing patch & config file
...
SVN-Revision: 20604
15 years ago
Ralph Hempel
360c8146b4
adding httpd - failsafe patch flash write routine is not functional yet add configuration (board & dram)
...
SVN-Revision: 20603
15 years ago
John Crispin
6f4052abe0
The ralink rt305x board has a wireless card that can be used with the rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
...
SVN-Revision: 20599
15 years ago
Nicolas Thill
ceaff7a566
imagebuilder: don't disable on uml
...
SVN-Revision: 20598
15 years ago
Nicolas Thill
8c2b753329
imagebuilder: various fixes * only copy host tools from $(STAGING_DIR_HOST)/bin * remove more target patches, and also target files * combine the 3 find commands into a single one
...
SVN-Revision: 20597
15 years ago
John Crispin
3ad14f304e
Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
...
SVN-Revision: 20596
15 years ago
Gabor Juhos
fb04eb588e
toolchain/binutils: building gas for arm-*-uclibc systems requires linking with -lm
...
SVN-Revision: 20594
15 years ago
Nicolas Thill
18035964c7
fix path to libgcc.a in LIBGCC_S
...
SVN-Revision: 20593
15 years ago
Jo-Philipp Wich
30edff3c2f
openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability
...
SVN-Revision: 20592
15 years ago
Florian Fainelli
dc4712f887
fix ndisc compilation failure ( #6984 )
...
SVN-Revision: 20591
15 years ago
Hauke Mehrtens
23c3cdcd66
kernel: fix dependencies for x86 target
...
kmod-hid and kmod-input-core are directly build into the kernel for the
x86 target. No package on x86 should depend on it.
This fixes #6963
SVN-Revision: 20590
15 years ago
Hauke Mehrtens
809ac20df2
mac80211: fix mesh.
...
This fixes #6774
SVN-Revision: 20585
15 years ago
Felix Fietkau
25d3c0fcd0
fix kernel-headers build
...
SVN-Revision: 20584
15 years ago
Nicolas Thill
4ba18f5916
download.mk: fix bzr download method
...
SVN-Revision: 20582
15 years ago
John Crispin
9027c87ce6
fixes uboot compile error
...
SVN-Revision: 20580
15 years ago
Jo-Philipp Wich
b95360d5bc
uhttpd: fix a signal related race condition exposed by LuCI on fast machines
...
SVN-Revision: 20573
15 years ago
Florian Fainelli
9701e09587
update e2fsprogs to 1.41.11 ( #6896 )
...
SVN-Revision: 20572
15 years ago
Nicolas Thill
b34bba25d2
base-files: fix shell syntax (prevent error messages when activating initscripts in IB)
...
SVN-Revision: 20571
15 years ago
Felix Fietkau
e10df8d2b5
add a new helper macro to deal with conditional ./configure flags
...
SVN-Revision: 20570
15 years ago
Felix Fietkau
965f770083
prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages
...
SVN-Revision: 20569
15 years ago
Felix Fietkau
dd046f4759
use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_CC and TARGET_CXX
...
SVN-Revision: 20566
15 years ago
Felix Fietkau
51fb4cee31
fix u-boot wiki urls
...
SVN-Revision: 20564
15 years ago
Felix Fietkau
bb361f5517
add a package for ifxos (Infineon/Lantiq OS abstraction layer for drivers)
...
SVN-Revision: 20563
15 years ago
Felix Fietkau
60c60c0516
add uboot-lantiq (based on a patch contributed by Lantiq)
...
SVN-Revision: 20561
15 years ago
Felix Fietkau
6e5419b7ac
uboot-ifxmips: fix portability bug
...
SVN-Revision: 20560
15 years ago
Felix Fietkau
e3597a8786
propagate atm header changes into pppoatm and br2684ctl as well
...
SVN-Revision: 20558
15 years ago
Felix Fietkau
bbfd83bfe8
ifxmips-dsl-control: move to $(KERNEL_BUILD_DIR), add $(LINUX_DIR)/include to cflags
...
SVN-Revision: 20557
15 years ago
Felix Fietkau
8da4498a27
linux-atm: add the kernel include dir to the cflags and move the build dir to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included
...
SVN-Revision: 20556
15 years ago
Felix Fietkau
1c036e4c7e
linux-atm: clean up package installation into staging
...
SVN-Revision: 20555
15 years ago
Felix Fietkau
db567ffd3d
ifxmips-dsl-api: fix portability errors
...
SVN-Revision: 20554
15 years ago
Hauke Mehrtens
3dd6909c20
Some dependencies that are depending on target are not added into the Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target.
...
This fixes #6874
SVN-Revision: 20553
15 years ago
Felix Fietkau
5f89a1f096
netfilter: fix ABI breakage caused by the netfilter match optimization ( fixes #5628 )
...
SVN-Revision: 20552
15 years ago
Felix Fietkau
e4a6acf9b8
enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733 )
...
SVN-Revision: 20551
15 years ago
Felix Fietkau
16e22d2559
madwifi: fix the tx rate display in iwconfig ( #6925 )
...
SVN-Revision: 20550
15 years ago
Felix Fietkau
655e90d706
madwifi: return to the bss channel after an issued ap mode scan has been completed ( fixes #6599 )
...
SVN-Revision: 20549
15 years ago
Florian Fainelli
dad85cddac
move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it
...
SVN-Revision: 20548
15 years ago
Felix Fietkau
744a57c58f
hostapd: clean up openssl tls dependencies and build handling ( fixes #6572 )
...
SVN-Revision: 20547
15 years ago
Florian Fainelli
6eb6ec83e4
make mmc-over-gpio pins configurable in menuconfig ( #6933 )
...
SVN-Revision: 20542
15 years ago
Florian Fainelli
e1a4f69cb5
sysupgrade: Get target device from kernel cmdline, patch from acinonyx
...
SVN-Revision: 20538
15 years ago
Gabor Juhos
ebab30b7c7
package/mtd: fix automatic partition size detection in fis_remap
...
SVN-Revision: 20537
15 years ago
Nicolas Thill
d14e0a0b93
ifxmips: remove old config files
...
SVN-Revision: 20534
15 years ago
Nicolas Thill
39ee357098
ps3: move ps3lan kmod under target/linux/ps3
...
SVN-Revision: 20533
15 years ago
Jo-Philipp Wich
4bc74807e4
uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx
...
SVN-Revision: 20532
15 years ago
Nicolas Thill
8779e971ed
opkg: fix usage to reflect change in the upgrade command
...
SVN-Revision: 20531
15 years ago