Gabor Juhos
dfd4311355
ramips: fix number of GPIOs for RT3352
...
The RT3352 SoC only supports 46 GPIO lines.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38602
2013-10-30 07:06:23 +00:00
Gabor Juhos
9186fb342e
ramips: remove trailing whitespaces from .dts{,i} files
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38601
2013-10-30 07:06:22 +00:00
Gabor Juhos
715f16806f
ar71xx: move subtarget specific features to target.mk
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38600
2013-10-30 06:54:59 +00:00
Gabor Juhos
6b604495a4
uboot-ar71xx: make it depend on the generic ar71xx subtarget
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38599
2013-10-30 06:54:56 +00:00
Gabor Juhos
5a08328197
ar71xx: don't build uImages for the mikrotik subtarget
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38598
2013-10-30 06:54:55 +00:00
Gabor Juhos
6357738509
ar71xx: disable non Mikrotik boards in the mikrotik subtarget
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38597
2013-10-30 06:54:54 +00:00
Gabor Juhos
228c3484c3
ar71xx: fix Kconfig symbol selection for RB95x/RB2011
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38596
2013-10-30 06:54:53 +00:00
Gabor Juhos
64ea60d210
ar71xx: move CONFIG_MTD_NAND_AR934X_HW_ECC option to subtarget config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38595
2013-10-30 06:51:02 +00:00
Gabor Juhos
2f27f5d404
generic: mtdsplit_uimage: add uImage magic for the WRN2200 board
...
Should fix boot failure on the WNR2200 boards.
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38594
2013-10-30 06:51:01 +00:00
Gabor Juhos
47b7ce5ec2
ar71xx: add profile and build image for the BXU2000n-2 A1 board
...
Patchwork: http://patchwork.openwrt.org/patch/4183/
Signed-off-by: Terry Yang <yangbo@bhunetworks.com>
[juhosg:
- remove MultiProfile, it makes no sense for a single board
- move SingleProfile call and the mtdlayout to a different
location keep things sorted (well, almost)]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38593
2013-10-30 06:50:59 +00:00
Gabor Juhos
003a801dd9
ar71xx: add user-space support for the BXU2000n-2 A1 board
...
Patchwork: http://patchwork.openwrt.org/patch/4183/
Signed-off-by: Terry Yang <yangbo@bhunetworks.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38592
2013-10-30 06:50:58 +00:00
Gabor Juhos
ef8306cfd2
ar71xx: add kernel support for BHU Networks BXU2000n-2 A1 board
...
BXU2000n-2 A1 is a BHU Networks WLAN board, use ar9341 chip.
Patchwork: http://patchwork.openwrt.org/patch/4183/
Signed-off-by: Terry Yang <yangbo@bhunetworks.com>
[juhosg:
- rename and refresh kernel patch,
- fix some checkpatch warnings and adjust whitespaces in
mach-bhu-bxu2000n2-a.c]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38591
2013-10-30 06:50:57 +00:00
Gabor Juhos
acd4ea62e7
ar71xx: add user space support for the Sitecom WLR-8100 wireless router
...
Patchwork: http://patchwork.openwrt.org/patch/4148/
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38590
2013-10-30 06:50:55 +00:00
Gabor Juhos
22b5040c64
ar71xx: add kernel support for the Sitecom WLR-8100 wireless router
...
- unsure about copyright message
- based on AP136-010
Patchwork: http://patchwork.openwrt.org/patch/4147/
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
[juhosg: rename and refresh kernel patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38589
2013-10-30 06:50:54 +00:00
Gabor Juhos
f6638a8994
ar71xx: add profile and build image for the Dragino2 board
...
Patchwork: http://patchwork.openwrt.org/patch/4234/
Signed-off-by: Pau Escrich <p4u@dabax.net>
[juhosg: remove kernel+rootfs partition and use uimage split instead]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38588
2013-10-30 06:50:53 +00:00
Gabor Juhos
7074bb286d
ar71xx: add kernel support for DRAGINO2
...
This patch adds support for DRAGINO2 board (used by
Meshpotato v2). Most of the files included can be
found in the official svn repository provided by the
company [1]. I have just adapt it to the last OpenWrt
trunk revision (Fri Oct 4 10:49:47 2013).
1. http://svn.dragino.com/dragino2
Patchwork: http://patchwork.openwrt.org/patch/4234/
Signed-off-by: Pau Escrich <p4u@dabax.net>
[juhosg:
- rename and refresh kernel patch,
- fix checkpatch warnings in mach-dragino2.c]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38587
2013-10-30 06:50:52 +00:00
Luka Perkov
6b2c29d5f0
imx6: update gateworks profile with extra packages
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38579
2013-10-30 00:50:14 +00:00
Felix Fietkau
e93b585ff4
libubox: update to latest version, adds minor improvements to jshn, blobmsg and uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38578
2013-10-29 14:12:06 +00:00
Steven Barth
dfa9ca772b
odhcp6c: Multiple improvements and fixes
...
* Various RFC compliance fixes (thanks to Hans Dedecker)
* Fix RA spam filter logic causing ipv6 connection issues
* Fix parameters -F and -P being order dependent
SVN-Revision: 38577
2013-10-29 13:23:28 +00:00
Jo-Philipp Wich
8e2106488a
Revert "[cyassl]: upgrade to 2.8.0"
...
Reverts the CyaSSL version bump for now since the update completely broke
trunk building due to incompatible changes in the IO callback API which in
turn breaks the core ustream-ssl package.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38576
2013-10-29 09:53:48 +00:00
Luka Perkov
f7ccdbec75
kernel: add w1-master-mxc module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38575
2013-10-29 02:52:17 +00:00
Luka Perkov
df388048b4
imx6: add initial 3.12 support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38574
2013-10-29 02:19:09 +00:00
Luka Perkov
b8038b78ec
imx6: use upstream gateworks board names
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38573
2013-10-29 02:19:07 +00:00
Luka Perkov
3aba97dcba
kernel: refresh 3.12 patches on -rc7 release
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38572
2013-10-29 02:19:05 +00:00
Luka Perkov
f44c65c7c8
imx6: update 3.10 patches
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38571
2013-10-29 02:19:03 +00:00
Hauke Mehrtens
7b7c06d2e3
kernel: add missing config optinons
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38570
2013-10-28 19:19:28 +00:00
Felix Fietkau
32a2f9a1c3
kernel: jffs2: ignore bad blocks after the end-of-filesystem marker
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38568
2013-10-28 16:06:47 +00:00
Felix Fietkau
3f6a5c862b
uClibc: get rid of bogus unused strlcpy definition to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38567
2013-10-28 15:15:35 +00:00
Felix Fietkau
efdcc4e98c
toolchain/gdb: remove use of extern inline to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38566
2013-10-28 15:15:31 +00:00
Felix Fietkau
5825d9b40d
mtd-utils: get rid of extern inline to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38565
2013-10-28 15:15:28 +00:00
Felix Fietkau
414fc2e320
e2fsprogs: update to 1.42.8, fixes a build error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38564
2013-10-28 15:15:24 +00:00
Felix Fietkau
7dc9d8f618
squashfs: make inline functions static to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38563
2013-10-28 15:15:20 +00:00
Felix Fietkau
7a59e5b368
squashfs4: make inline functions static to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38562
2013-10-28 15:15:16 +00:00
Felix Fietkau
8fb4f34859
pkg-config: update to latest version, fix build on Mac OS X 10.9
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38561
2013-10-28 15:15:12 +00:00
Felix Fietkau
1879c5f8e7
build: fix build on Mac OS X 10.9
...
Add a wrapper around the clang gcc emulation to fix -print-file-name=<lib>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38560
2013-10-28 15:15:09 +00:00
Felix Fietkau
e31ccd95c7
u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38559
2013-10-28 15:15:05 +00:00
Imre Kaloz
688ac024ac
upgrade to 2.8.0
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38558
2013-10-28 14:34:59 +00:00
John Crispin
14457da13f
gpio-button-hotplug: add support for power buttons
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38557
2013-10-28 13:45:57 +00:00
John Crispin
7f1463623f
ubox: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38554
2013-10-28 06:48:04 +00:00
John Crispin
176b41d441
ralink: add package for mt7620 sdhci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38553
2013-10-28 06:47:56 +00:00
John Crispin
36e029b3eb
ralink: dont include mt7620 sdhci support inside the kernel
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38552
2013-10-28 06:47:48 +00:00
John Crispin
7c7225a19d
ralink: add support for missing mt7620 mux values
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38551
2013-10-28 06:47:39 +00:00
John Crispin
43de7c1cfa
ralink: add support for 2 new mt7620 boards made by buffalo
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38550
2013-10-28 06:47:31 +00:00
John Crispin
c81c814d6a
kernel: add packages for sdhci support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38549
2013-10-28 06:47:20 +00:00
Luka Perkov
be95e24155
kernel: fix compile error in 3.12
...
Upstream commit c655bc6896b94ee0223393f26155c6daf1e2d148 changed number of
arguments in nf_ct_iterate_cleanup() function.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38547
2013-10-27 20:47:04 +00:00
Luka Perkov
fde5493acd
kernel: add missing 3.12 config symbols
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38546
2013-10-27 20:46:55 +00:00
Luka Perkov
7bacb745dd
mvebu: drop patch that has been upstreamed
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38545
2013-10-27 16:08:23 +00:00
John Crispin
964c7e696b
ubox: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38541
2013-10-26 12:25:11 +00:00
John Crispin
849f74f930
ralink: pinctrl fix for non muxed pins
...
Pins with no mux option failed to be recognized as gpios.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38540
2013-10-26 12:24:55 +00:00
Hauke Mehrtens
40790e6b84
brcm47xx: b44: fix error handling for dummy phy creation
...
When the mdio bus is unregistered the newly created phy will also be
unregistered and freed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38539
2013-10-25 21:12:48 +00:00