1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 02:32:21 +03:00
Commit Graph

24633 Commits

Author SHA1 Message Date
florian
d2419b25b6 [ar7] handle LOADER_MAGIC2 in ar7part
This is required for Actiontec PK5000 devices. Path from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:47:25 +00:00
florian
d5c1a967f2 [ar7] increase the flash resource size to its maximum value
CFI detection will reduce the resource size to its real value.

Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:47:20 +00:00
florian
e74827b491 [ar7] reinstate the fixed PHY fallback for devices with undetectable switches
At least devices without a switch present on the MDIO bus still get a valid
link and work as expected (such as the Linksys WAG54Gv2).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:47:14 +00:00
florian
495bc28ca7 [ar7] enable mvswitch driver
And fix the default network configuration to create the required VLANs.

Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:47:09 +00:00
florian
59b99276a0 [ar7] use the second available LED to encore mode boot states
Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:47:04 +00:00
florian
55b59c5d40 [package] ar7-atm: fetch WAN MAC address from PROM environment
Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:46:59 +00:00
florian
d95f3227fc [package] acx-mac80211: fetch WLAN MAC address from PROM environment
Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:46:54 +00:00
florian
5bf5d0ac12 [package] acx-mac80211: update to v2012-09-23-WIP
Patch from Daniel Gimpelevich.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:46:42 +00:00
florian
bb96890d83 [package] gdb: fix patch directory after r33706
git-svn did not properly track this move, thanks to swalker for noticing.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:46:37 +00:00
florian
2d5a1e1716 [ar7] use wpad-mini instead of hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 17:46:32 +00:00
kaloz
aff9dc0b46 [generic]: add support for new Option modules (GTM66xxWFS/GTM67xxWFS)
Add new device ID's for the hso driver as well as usb storage
 
Signed-off-by: Tim Harvey <tharvey@gateworks.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-13 06:58:42 +00:00
jow
4c317b3026 x86/kvm_guest: enable PCIE support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 16:51:31 +00:00
florian
a64f599b79 [toolchain] eglibc: remove duplicate line introduced in r33738
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 14:45:50 +00:00
florian
c701ee27a6 [toolchain] gcc: add --with-long-double-128 for SPARC toolchain
This is required in order to build the final compiler.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 14:42:41 +00:00
florian
91c7f8937d [toolchain] add support for eglibc 2.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 14:42:38 +00:00
florian
83743f9e5c [package] gdb: fix build with recent eglibc.
struct siginfo is deprecated in favor of siginfo_t.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 14:42:32 +00:00
florian
a761a9b382 [toolchain] gcc: backport struct siginfo -> siginfo_t renaming
Otherwise newer eglibc toolchain will simply fail to build.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 14:42:25 +00:00
jow
4e0b033092 ipset: update to v6.14, drop obsolete patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:19:46 +00:00
jow
00435ce062 libmnl: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:15:36 +00:00
luka
6338f6f44f [docs] update switch documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:13:56 +00:00
luka
f4c5e720c8 [docs] update VLAN tag example
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:13:55 +00:00
luka
783d565154 [docs] fix style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:11:45 +00:00
jow
b769eff554 lldpd: fix minor whitespace quirk in init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:02:56 +00:00
jow
9767d62aa0 lldpd: bump to v0.6.1, enable privilege separation and chrooting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 11:58:19 +00:00
jow
885315f8b4 thc-ipv6: update to v2.0, package all available utilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 21:57:56 +00:00
jow
7b024b8833 thc-ipv6: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 21:17:08 +00:00
florian
9a19dd0f67 [ar7] copy initramfs kernel to bin directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 15:45:24 +00:00
blogic
19c78e1905 [kernel] gpiodev/gpioctl RIP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 11:58:09 +00:00
blogic
010df499e3 [mountd] set maintainer flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 10:05:23 +00:00
blogic
135d0c4f8f [lantiq] drop unmaintained packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 10:05:13 +00:00
blogic
baf761b256 [lantiq] fix maintainer flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 10:05:00 +00:00
kaloz
b2305bd361 [cns3xxx]: fix (really this time) laguna UART config
Properly terminate the correct platform resource for laguna UARTs
 
Signed-off-by: Tim Harvey <tharvey@gateworks.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 09:51:35 +00:00
kaloz
228bf4df1a The Gateworks System Controller (GSC) is an i2c device that provides system
level monitoring and control of Gateworks boards.  It is used on several
product families spanning several different target architectures (ixp4xx,
cns3xxx, davinci).

Signed-off-by: Tim Harvey <tharvey@gateworks.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 07:59:06 +00:00
kaloz
6c1258a8fb [cns3xxx]: fix non terminated uart resources for laguna
Resolves crashes when probing multiple serial devices
 
Signed-off-by: Tim Harvey <tharvey@gateworks.com>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 07:47:27 +00:00
florian
c8c0e0cce1 [ar7] generate vmlinux.srec and vmlinux.bin from srec2bin
Useful for loading the kernel into RAM using ADAM2/PSPBoot.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 06:45:07 +00:00
florian
8bbe39a23a [package] base-files: skip LEDs handled by rssileds in led init-script
Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger.
This doesn't harm as the kernel will refuse this setting, but it outputs some
ugly log-lines:
Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW
Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument
...

In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 06:45:02 +00:00
nbd
4d84131c0d lua: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 20:48:31 +00:00
jow
6c2e1bbd24 lua: refresh host patches as well (#12303)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 20:44:22 +00:00
jow
fb480b73a7 Config.in: add Global Build options to enable cgroups and namespaces in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 20:44:16 +00:00
jow
2cf562da39 gettext-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:58:23 +00:00
jow
8237afec8b gettext: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:57:59 +00:00
jow
31330f91d6 libiconv-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:57:23 +00:00
jow
e5b1a6e57b libiconv: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:56:22 +00:00
jow
4f32cbce87 autotools.mk: add a gettext-version PKG_FIXUP (#11236)
This fixup aligns the required gettext version in shipped macros to the one
available in $(STAGING_DIR_HOST).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:53:51 +00:00
jow
ece31e7779 lua: update to v5.1.5, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:53:46 +00:00
nbd
32159aefcb gdb: move to package/devel/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:27:10 +00:00
nbd
cc7c892f5b move a few development packages to trunk and add myself as a maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:26:27 +00:00
jow
2a60c880ff iputils: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:22:18 +00:00
florian
40279832ff [package] add myself as maintainer of some packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:21:54 +00:00
jow
c3c2e7407a iftop: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:21:30 +00:00