Imre Kaloz
e99f8f2dd0
tune ath dependencies - carl9170 can be used on targets with usb but without pci
...
SVN-Revision: 24893
14 years ago
Alexandros C. Couloumbis
08448f7e3d
package/wprobe: {enhancement} make printing attributes optional. A delay interval (-d option) of 0 (zero) dumps the data once then exit. ( closes #8107 )
...
SVN-Revision: 24892
14 years ago
Alexandros C. Couloumbis
c78b2dbb89
package/wprobe: fix kernel 2.6.37 compile issues
...
SVN-Revision: 24891
14 years ago
Alexandros C. Couloumbis
d6b2ce5df5
tools/mkimage: fix r24887
...
SVN-Revision: 24890
14 years ago
Imre Kaloz
5428a58287
upgrade to latest git snapshot
...
SVN-Revision: 24889
14 years ago
Alexandros C. Couloumbis
e303b6e46a
tools/qemu: fix FreeBSD compile issue
...
SVN-Revision: 24888
14 years ago
Alexandros C. Couloumbis
4e83015c51
tools/mkimage: fix compilation on FreeBSD
...
SVN-Revision: 24887
14 years ago
Hauke Mehrtens
d6af00c555
brcm47xx: fix compile problem when serial is deactivated.
...
Thank you Andrey
SVN-Revision: 24885
14 years ago
Jo-Philipp Wich
4b8799280f
missing-macros: add as-unaligned-access.m4
...
SVN-Revision: 24878
14 years ago
Jo-Philipp Wich
c208b4a102
missing-macros: add as-compiler-flag.m4 and as-version.m4
...
SVN-Revision: 24877
14 years ago
Hauke Mehrtens
3ef04d1755
crda: update to version 1.1.1 and update regulatory database to most recent official version.
...
SVN-Revision: 24868
14 years ago
Jo-Philipp Wich
c60546c0c3
e2fsprogs: revert r24848 as well
...
SVN-Revision: 24867
14 years ago
Jo-Philipp Wich
442433ca2b
revert r24851, it breaks compilation on many hosts
...
SVN-Revision: 24866
14 years ago
Hauke Mehrtens
07c8da7253
tools: add some missing dependencies
...
SVN-Revision: 24865
14 years ago
Gabor Juhos
74f55db5e1
generic: more CONFIG_KEYBOARD_* symbols
...
SVN-Revision: 24860
14 years ago
Gabor Juhos
72ba27ae72
cns21xx: add initial support for the Cavium CNS21xx SoC
...
SVN-Revision: 24859
14 years ago
Felix Fietkau
a718ebf1ed
ath9k: add more pending fixes from linux-wireless@
...
SVN-Revision: 24858
14 years ago
Felix Fietkau
32510b4494
tools/mkimage: remove the broken portability patch, it is no longer necessary with the new version
...
SVN-Revision: 24857
14 years ago
Felix Fietkau
e6332495fc
add relayd, can be used as a replacement for client bridge, but does not have any uci integration yet
...
SVN-Revision: 24856
14 years ago
Felix Fietkau
f1becde97b
ath9k: fix rx dma descriptor error flag handling
...
SVN-Revision: 24855
14 years ago
Gabor Juhos
757315f80e
generic: update ARM mach-types
...
SVN-Revision: 24854
14 years ago
Gabor Juhos
5413cea8ba
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
...
SVN-Revision: 24853
14 years ago
Gabor Juhos
06c41ce02e
generic: add missing CONFIG_KEYBOARD_* symbols
...
SVN-Revision: 24852
14 years ago
Alexandros C. Couloumbis
55d7031b9d
tools/e2fsprogs: update to version 1.41.14
...
SVN-Revision: 24851
14 years ago
Gabor Juhos
51dbb3d661
generic: add CONFIG_DEBUG_ICEDCC symbol
...
SVN-Revision: 24850
14 years ago
Florian Fainelli
c6d9ec5173
multiple SPI driver fixes
...
- fix platform device registration
- fix chipselect, command register defines, add missing clock
- make slave select proper
- fix multibytes transferts
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>
SVN-Revision: 24849
14 years ago
Alexandros C. Couloumbis
544c8161f2
package/e2fsprogs: update to version 1.41.14
...
SVN-Revision: 24848
14 years ago
Alexandros C. Couloumbis
a623456e93
target/linux: sync to kernel 2.6.37-rc8, refresh patches
...
SVN-Revision: 24847
14 years ago
Jo-Philipp Wich
1fa3f197f6
missing-macros: add as-ac-expand.m4
...
SVN-Revision: 24846
14 years ago
Daniel Dickinson
dc9c1ac1f7
patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The real rootfslen for OpenWRT images comes from a bigendian uint32_t in reserved1 of the bcm_tag, which is now used to correctly calculate the rootfslen (and thus the sparelen).
...
SVN-Revision: 24843
14 years ago
Daniel Dickinson
5ee2a6c696
patches-2.6.36: Fix flashmap spare length calculation from previous commit (for rootfs and rootfs_data mtd partitions). Apparently the interruption in working on it resulted in an incorrect memory of getting it working.
...
SVN-Revision: 24842
14 years ago
Florian Fainelli
093ebfe217
spi driver: remove bcm_rset usage
...
Since bcm636x platform embeds two spi master device,
the attached patch removes static bcm_rset usage, replaced by
"bs->regs" field for all I/O operation.
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 24840
14 years ago
Gabor Juhos
600b8aba3f
gemini: enable GPIO sysfs interface
...
SVN-Revision: 24839
14 years ago
Daniel Dickinson
fc3a1d0ba3
Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size.
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24838
14 years ago
Daniel Dickinson
b3bcc483b2
mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot.
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24837
14 years ago
Daniel Dickinson
6ee5411686
base-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices that need it.
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24836
14 years ago
Daniel Dickinson
daa854ee2d
mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24835
14 years ago
Daniel Dickinson
31f7259e3e
mtd flashmap: Switched to calculating the rootfs size rather than depending on being given the size in the imagetag. This is because solving the problem of second boot CRC errors requires changeing the rootfs size in the image to zero.
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24834
14 years ago
Daniel Dickinson
b1362f94bc
mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx
...
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24833
14 years ago
Jo-Philipp Wich
ec45087403
autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to ./m4, add LIBTOOL to AM_TOOL_PATHS
...
SVN-Revision: 24830
14 years ago
Jo-Philipp Wich
f5b3f741ce
uhttpd: allow lowercase http header fields ( #8513 )
...
SVN-Revision: 24823
14 years ago
Felix Fietkau
61e492d316
ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further
...
SVN-Revision: 24819
14 years ago
Felix Fietkau
3a9c856475
ath9k: add pending fixes for revision checks and handling of the hw workaround register
...
SVN-Revision: 24818
14 years ago
Claudio Mignanti
cd540fed5b
Import an experimental ADC driver
...
SVN-Revision: 24814
14 years ago
Alexandros C. Couloumbis
69b7963402
package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
...
SVN-Revision: 24813
14 years ago
Gabor Juhos
0f659a13dd
ar71xx: add support for TL-WR740N v1
...
Same as TL-WR741ND but with different hardware ID and without
detachable antenna.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 24811
14 years ago
Imre Kaloz
76774e1daa
upgrade u-boot to v2010.12
...
SVN-Revision: 24810
14 years ago
Imre Kaloz
3d501f9403
use u-boot v2010.12
...
SVN-Revision: 24809
14 years ago
Hauke Mehrtens
acb5e80846
kernel: add config option added in kernel 2.6.37-rc7 to generic and run make kernel_oldconfig for brcm47xx.
...
SVN-Revision: 24805
14 years ago
Hauke Mehrtens
d5bda1db31
kernel: refresh patches with kernel 2.6.37-rc7
...
SVN-Revision: 24804
14 years ago