Felix Fietkau
0ff3c396d3
kernel: rewrite the phy packet hook, put it in the network stack to avoid having to keep non-upstream ethernet driver changes
...
SVN-Revision: 31637
13 years ago
Felix Fietkau
c3f0b757a3
pptp: fix installation path for netifd proto handler
...
SVN-Revision: 31636
13 years ago
Hauke Mehrtens
d30f8da466
brcm47xx: add gpio_request_one()
...
This fixes a compile error with kernel 3.3.
SVN-Revision: 31635
13 years ago
Hauke Mehrtens
8ff6417c41
kernel: remove kernel modules and references to kernels <= 2.6.36
...
OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions.
SVN-Revision: 31634
13 years ago
Hauke Mehrtens
a42570bc3e
kernel: remove kmod-usb-serial-airprime
...
This was removed from kernel 2.6.27
SVN-Revision: 31633
13 years ago
Hauke Mehrtens
2f93cd1fad
kernel: remove kmod-usb-video
...
This was remove in kernel 2.6.38 and is not needed any more.
The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30.
SVN-Revision: 31632
13 years ago
Hauke Mehrtens
34c32d3a9d
kernel: remove kmod-usb-video
...
This was remove in kernel 2.6.38 and is not needed any more.
SVN-Revision: 31631
13 years ago
Hauke Mehrtens
0fd86465d0
kernel: add video-videobuf2
...
This should fix #11349 and #11142
SVN-Revision: 31630
13 years ago
Hauke Mehrtens
655a320a6b
kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all kernel versions
...
This module is available on all supported kernel versions
SVN-Revision: 31629
13 years ago
Hauke Mehrtens
216853d6ba
kernel: add kmod-video-gspca-konica and remove kmod-video-konica
...
kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica
SVN-Revision: 31628
13 years ago
Hauke Mehrtens
865ac15306
kernel: remove kmod-video-ov511 and kmod-video-ovcamchip
...
These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead.
SVN-Revision: 31627
13 years ago
Felix Fietkau
7799c88aa4
atheros: clean up the patches some more
...
SVN-Revision: 31626
13 years ago
Felix Fietkau
9b20187ad5
atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer kernels
...
SVN-Revision: 31625
13 years ago
Jo-Philipp Wich
9a34f9d01e
scons: fix compatibility with python 3, upstream still does not support it...
...
SVN-Revision: 31624
13 years ago
Jonas Gorski
30362b90af
AR7: don't mark as broken
...
Linux 3.3.4 boots fine on my AR7 device.
SVN-Revision: 31623
13 years ago
Felix Fietkau
ffa7a3ac35
ubus: update to latest version, add LUAPATH to cmake options - fixes #11398
...
SVN-Revision: 31622
13 years ago
Felix Fietkau
352d081266
scons: override the platform instead of using the host one - fixes build issues on non-linux systems
...
SVN-Revision: 31620
13 years ago
Jo-Philipp Wich
7dc263ddaa
ubus: update to current git, package up libubus-lua
...
SVN-Revision: 31619
13 years ago
Felix Fietkau
f479efbdf4
tools: add scons (patch by Dave Taht)
...
This makes it more possible to build scons based applications
for openwrt.
SVN-Revision: 31618
13 years ago
Gabor Juhos
28e897845f
ar7: remove 2.6.37 support
...
SVN-Revision: 31617
13 years ago
Gabor Juhos
047a51c4fd
ar7: switch to 3.3 and mark the target as broken
...
SVN-Revision: 31616
13 years ago
Gabor Juhos
dd884a6b73
ar7: add 3.3 support
...
SVN-Revision: 31615
13 years ago
Gabor Juhos
e85a44f11b
ar7: fix kernel_entry extraction
...
SVN-Revision: 31614
13 years ago
Gabor Juhos
71dc2715a9
package/ar7-atm: allow to build on 3.3
...
SVN-Revision: 31613
13 years ago
Gabor Juhos
1e041ba72a
package/ar7-atm: refresh patches
...
SVN-Revision: 31612
13 years ago
Gabor Juhos
9486904079
ar71xx: add profile and build image for the TL-WR1041N v2 board
...
Patch-by: Vince Huang <axishero@foxmail.com>
SVN-Revision: 31610
13 years ago
Gabor Juhos
de7324674a
firmware-utils/mktplinkfw: add support for the TL-WR1041N v2
...
Patch-by: Vince Huang <axishero@foxmail.com>
SVN-Revision: 31609
13 years ago
Gabor Juhos
ab897ab04e
ar71xx: add support for the TP-Link TL-WR1041N v2 board
...
Patch-by: Vince Huang <axishero@foxmail.com>
SVN-Revision: 31608
13 years ago
Felix Fietkau
73383c252e
pptp: kill the call manager process on shutdown
...
SVN-Revision: 31606
13 years ago
Felix Fietkau
3225530e1e
pptp: add netifd support
...
SVN-Revision: 31605
13 years ago
Felix Fietkau
b76a1b49aa
pptp: remove the defaultroute option from options.pptp, this is managed by generic ppp code
...
SVN-Revision: 31604
13 years ago
Felix Fietkau
50edcbde35
netifd: update to latest version, adds support for host route dependencies
...
SVN-Revision: 31603
13 years ago
Gabor Juhos
56f2e08537
ar71xx: update 3.3 patches
...
SVN-Revision: 31602
13 years ago
Gabor Juhos
8fffc6d6df
ar71xx: fix a typo in the db120 mach file
...
Reported-by: Sven Eckelmann <sven@narfation.org>
SVN-Revision: 31601
13 years ago
Felix Fietkau
7591ffded8
pptp: compile with the openwrt cflags instead of -O0
...
SVN-Revision: 31600
13 years ago
Hauke Mehrtens
8c352ff853
brcm47xx: update target to kernel 3.3
...
SVN-Revision: 31599
13 years ago
Gabor Juhos
622146a518
include/kernel-defaults: set V='' if c is not set in OPENWRT_VERBOSE
...
This fixes the following errors:
CALL arch/powerpc/kernel/prom_init_check.sh
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer axpression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
arch/powerpc/kernel/prom_init_check.sh: line 39: [: ss: integer expression expected
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
SVN-Revision: 31598
13 years ago
Gabor Juhos
2e3f8c480e
linux/2.6.32: R.I.P.
...
SVN-Revision: 31597
13 years ago
Gabor Juhos
e005aed223
rdc: remove 2.6.32 support
...
SVN-Revision: 31596
13 years ago
Gabor Juhos
0e086cfaf7
rdc: switch to 3.3 and mark the target as broken
...
SVN-Revision: 31595
13 years ago
Gabor Juhos
787b253859
rb532: remove 2.6.32 support
...
SVN-Revision: 31594
13 years ago
Gabor Juhos
63a532a472
rb532: switch to 3.3 and mark the target broken
...
SVN-Revision: 31593
13 years ago
Gabor Juhos
b120e7f22a
rb532: add 3.3 support
...
SVN-Revision: 31592
13 years ago
Gabor Juhos
6caa1aab10
mpc83xx: remove broken flag
...
SVN-Revision: 31591
13 years ago
Gabor Juhos
257a201b56
mpc83xx: populate network config from an uci-default script
...
SVN-Revision: 31590
13 years ago
Gabor Juhos
13ce8f8a77
mpc83xx: cleanup rb333.dts
...
SVN-Revision: 31589
13 years ago
Gabor Juhos
a3d9877518
mpc83xx: fix MAC addresses on the RB333
...
SVN-Revision: 31588
13 years ago
Gabor Juhos
1a5a9c5dae
mpc83xx: fix build warnings in RB333/600 dtb wrappers
...
SVN-Revision: 31587
13 years ago
Gabor Juhos
7ffa3fe02c
linux/2.6.32: fix layer7 patch
...
SVN-Revision: 31586
13 years ago
Imre Kaloz
9a91dc9f71
upgrade to 3.3, enable framebuffer
...
SVN-Revision: 31576
13 years ago