acoul [Fri, 24 Sep 2010 15:57:53 +0000 (15:57 +0000)]
package/dropbear: simplify & reduce init script size (closes #7985)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23118
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 23 Sep 2010 17:32:58 +0000 (17:32 +0000)]
[package] base-files: prevent possible sourcing of JFFS2 meta files when merging overlay hooks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23114
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Thu, 23 Sep 2010 14:06:47 +0000 (14:06 +0000)]
[base system & package/block-extroot] Fixed duplicated content in file in commit 23111
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23112
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Thu, 23 Sep 2010 14:03:22 +0000 (14:03 +0000)]
[base system & package/block-extroot] Missed file committing previous change 23110
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23111
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Thu, 23 Sep 2010 13:58:05 +0000 (13:58 +0000)]
[package] base/block-extroot, base/block-mount: Modified preinit and block-extroot and
block-mount so that use of block-mount and block-extroot do not require that block-extroot,
block-mount, nor the kernel modules they depend, on are required to included in the image.
That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of
a squashfs system and it will work.
In addition packages which are installed into the jffs2 of a squashfs system may now affect
preinit, so long as they do not require execution of commands that occur before the merging of
the jffs2 and built-in (squashfs) preinit scripts is done.
Thanks jow for the preinit merge stuff!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23110
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Sep 2010 22:14:07 +0000 (22:14 +0000)]
x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23104
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Sep 2010 20:49:34 +0000 (20:49 +0000)]
gcc: enable non-PIC for mips targets in gcc 4.4+ to reduce code size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23103
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Sep 2010 20:17:28 +0000 (20:17 +0000)]
fix build dependencies on packages with multiple variants but no selected virtual packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23102
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Sep 2010 18:00:05 +0000 (18:00 +0000)]
gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain now, please test!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23101
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Sep 2010 17:32:18 +0000 (17:32 +0000)]
ath9k: fix a warning during a failed aggregation start
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23100
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Sun, 19 Sep 2010 23:29:40 +0000 (23:29 +0000)]
[package] base-files: Add function pi_include the /lib/functions/boot.sh used by preinit, which safely sources files as well as working correctly whether the script using it is a package added to the jffs2 part of a squashfs or built into an image or on some other root filesystem.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23099
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [Sun, 19 Sep 2010 22:34:06 +0000 (22:34 +0000)]
[package] base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23098
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 19 Sep 2010 17:23:15 +0000 (17:23 +0000)]
ath9k: fix various aggregation related race conditions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23097
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 15:14:42 +0000 (15:14 +0000)]
[package] base-files: bump pkg revision after r23091, r23092
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23093
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 15:13:06 +0000 (15:13 +0000)]
[package] base-files: kill possibly existing udhcpc instance when bringing up a dhcp iface, utilize service_kill() in dhcp shutdown.
Based on patch by Stijn Tintel. Possibly related to #7314
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23092
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 15:04:08 +0000 (15:04 +0000)]
[package] base-files: cached state vars after scan_interfaces might be out of sync when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23091
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 15:01:47 +0000 (15:01 +0000)]
[package] firewall: protect iptables invocations with locks in interface ops, it might run concurrently due to hotplug invocations on network restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23090
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 14:09:27 +0000 (14:09 +0000)]
[package] ppp: use service_kill()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23088
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Sep 2010 14:03:32 +0000 (14:03 +0000)]
[package] base-files: introduce service_kill() into functions.sh - a convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23087
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Sep 2010 11:18:00 +0000 (11:18 +0000)]
[package] Fix missing dependency in solos-pci module
Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't
captured in the Makefile.
Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23086
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Sun, 19 Sep 2010 05:33:18 +0000 (05:33 +0000)]
package/zlib: fix Darwin compile failure (closes #7963)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23085
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 18 Sep 2010 19:19:34 +0000 (19:19 +0000)]
dl_cleanup: Add support for GIT-SHASUM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23084
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 18 Sep 2010 18:14:17 +0000 (18:14 +0000)]
omap24xx cbus: fix ioctls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23083
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 18 Sep 2010 17:58:30 +0000 (17:58 +0000)]
omap24xx: Add n8x0 specific GPIO switch code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23082
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 18 Sep 2010 17:31:00 +0000 (17:31 +0000)]
omap24xx: Add support for GPIO switches on the n810
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23081
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 16 Sep 2010 11:47:35 +0000 (11:47 +0000)]
[package] firewall: make invalid redirects and duplicate zones non-fatal, print a notice and discard them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23080
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 16 Sep 2010 11:38:27 +0000 (11:38 +0000)]
rt2800pci: add back ifdown hang workaround that was accidentally dropped during a compat-wireless update
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23078
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Sep 2010 23:50:31 +0000 (23:50 +0000)]
[tools] mtd-utils: revert r23075
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23076
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Sep 2010 22:45:54 +0000 (22:45 +0000)]
[tools] mtd-utils: do not rely on host kernel headers, redefine the integer types instead (#7950)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23075
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 15 Sep 2010 19:15:52 +0000 (19:15 +0000)]
omap24xx: Update 2.6.36 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23074
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 15 Sep 2010 17:51:06 +0000 (17:51 +0000)]
hostapd: fix non-multicall wpa_supplicant compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23073
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 15 Sep 2010 17:45:10 +0000 (17:45 +0000)]
omap24xx: Add 2.6.36 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23072
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 15 Sep 2010 16:27:02 +0000 (16:27 +0000)]
Add support for enabling early printk.
Currently only for ARM, because I don't know what EARLY_PRINTK depends on on other architectures.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23071
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Sep 2010 03:52:13 +0000 (03:52 +0000)]
[PATCH] Support for Solos PCI ADSL2+ modem
This driver is used by Traverse Technologies' Geos ADSL2+ x86 router:
http://www.traverse.com.au/productview.php?product_id=117
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23070
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Sep 2010 03:48:20 +0000 (03:48 +0000)]
[PATCH] Support for RTL-8139C+ ethernet adapters
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23068
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 15 Sep 2010 03:14:48 +0000 (03:14 +0000)]
hostapd: fix wpa_supplicant crash issues in WDS STA mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23067
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Sep 2010 01:53:36 +0000 (01:53 +0000)]
[package] firewall: run ifdown hotplug events synchronized, fixes a racecondition on "ifup iface" when ifdown and ifup events are delivered with a small dealy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23064
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 14 Sep 2010 23:11:12 +0000 (23:11 +0000)]
[package] firewall: deliver remove hotplug events for all active zones/networks when restarting the firewall
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23062
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 14 Sep 2010 22:53:54 +0000 (22:53 +0000)]
mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23061
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 14 Sep 2010 21:13:01 +0000 (21:13 +0000)]
mac80211: add a pending fix for a locking error in the aggregation reorder release code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23060
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 14 Sep 2010 16:26:46 +0000 (16:26 +0000)]
ath9k: fix multi-bss operation (fixes #7914)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23059
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 14 Sep 2010 12:03:01 +0000 (12:03 +0000)]
generic: add support for the EON EN25F32 flash chip
* based on a patch by laigor <laigor@mail.ru> from #7882
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23058
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 13 Sep 2010 18:50:41 +0000 (18:50 +0000)]
[package] revert r23048 for now until Darwin compile issues have been sorted out (#7934)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23057
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 13 Sep 2010 17:00:37 +0000 (17:00 +0000)]
[x86] add kvm_guest to subtarget list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23056
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 08:57:16 +0000 (08:57 +0000)]
package/opkg: add missing patch from r23050
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23052
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 13 Sep 2010 08:30:35 +0000 (08:30 +0000)]
[brcm63xx] remove wpa-supplicant and iw from the Tecom GW6x00 profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23051
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 08:13:36 +0000 (08:13 +0000)]
package/opkg: update to r563
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 07:45:25 +0000 (07:45 +0000)]
package/zlib: update to zlib-1.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23049
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 07:39:44 +0000 (07:39 +0000)]
tools/mtd-utils: update to version git-
20100912
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23048
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 07:24:53 +0000 (07:24 +0000)]
linux/generic: update patches for 2.6.36-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23047
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 07:22:39 +0000 (07:22 +0000)]
linux/generic: update mini_fo evict_inode migration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23046
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 13 Sep 2010 07:21:38 +0000 (07:21 +0000)]
linux/generic: semi-revert squashfs 2.6.36 changes until lzma code gets ready for mainlin inclusion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23045
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 13 Sep 2010 01:35:39 +0000 (01:35 +0000)]
[package] broadcom-diag: SimpleShare: expose power button as reset to the system, remove actual reset button - it's hardwired and will reset the SoC (#7928)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23043
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 22:19:29 +0000 (22:19 +0000)]
[buildroot] drop the usr/ prefix when scanning for libgcc.a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23042
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 22:04:09 +0000 (22:04 +0000)]
[imagebuilder]
- sync with host opkg changes
- get rid of autogenerated opkg.conf
- utilize dl/ as package cache, useful for remote downloads
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23039
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:53 +0000 (21:23 +0000)]
[brcm63xx] default to using 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23038
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:47 +0000 (21:23 +0000)]
[brcm63xx] remove 2.6.33 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23037
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:41 +0000 (21:23 +0000)]
[brcm63xx] change the Tecom GW6x00 profile to use wl instead of b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23036
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:35 +0000 (21:23 +0000)]
[brcm63xx] register udc and spi devices at the correct init level
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23035
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:29 +0000 (21:23 +0000)]
[brcm63xx] refresh 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23034
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Sep 2010 21:23:15 +0000 (21:23 +0000)]
[kernel] refresh 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23033
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 21:16:02 +0000 (21:16 +0000)]
[package] opkg:
- implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration
- tweak default config location patch to not require a config in offline root mode
- rename --force-run-hooks option to --force-postinstall, its a more appropriate name
- utilize new opkg commandline options in package-ipkg.mk and remove config file generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 20:50:53 +0000 (20:50 +0000)]
[adm5120] override ARCH_PACKAGES
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23031
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 20:50:38 +0000 (20:50 +0000)]
[malta] override ARCH_PACKAGES
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23030
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Sep 2010 20:49:54 +0000 (20:49 +0000)]
[buildroot] Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overridden on a per-subtarget basis.
This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace
the target specific exceptions in package-defaults and Image Builder.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23029
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sun, 12 Sep 2010 15:31:00 +0000 (15:31 +0000)]
Fix compilation of crypto modules.
This fixes #7920
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sun, 12 Sep 2010 11:05:55 +0000 (11:05 +0000)]
iproute2: Add lex/yacc files dependencies. Refresh other patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 11 Sep 2010 21:42:37 +0000 (21:42 +0000)]
Fix kernel crypto modules for >= 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 11 Sep 2010 20:04:34 +0000 (20:04 +0000)]
[package] firewall:
- simplify masquerade rule setup
- remove various subshell invocations
- speedup fw() by not relying on xargs and pipes
- rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23024
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 11 Sep 2010 18:58:17 +0000 (18:58 +0000)]
[package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does not like it anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23022
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 11 Sep 2010 18:37:15 +0000 (18:37 +0000)]
[buildroot] ccache TARGET_CXX
Signed-off-by: Alam Arias <Alam.GBC@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23008
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 11 Sep 2010 18:37:09 +0000 (18:37 +0000)]
[package] nvvram: no checksum error recording on WRT54G3GV2(-VF)
The CFE of the WRT54G3GV2 expects two firmware images, if one of them
produces a CRC error (which is the case after you installed OpenWrt, as
there is no second image), it writes one of three consecutive bytes to
the flash. (Look for "Image Status : IMG2_BAD" during boot.)
After the third boot with a CRC error, it stops and waits for a new
firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot.
Tested with my own box.
Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23007
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 11 Sep 2010 15:21:03 +0000 (15:21 +0000)]
omap24xx: Add default network config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23004
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Sat, 11 Sep 2010 15:04:21 +0000 (15:04 +0000)]
omap24xx: Add pointercal file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23003
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 11 Sep 2010 08:11:28 +0000 (08:11 +0000)]
[package] update acx-mac80211 to
20100830
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 11 Sep 2010 08:11:22 +0000 (08:11 +0000)]
[package] fix acx-mac80211 build failure with latest compat-wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23001
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 10 Sep 2010 21:41:06 +0000 (21:41 +0000)]
Refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23000
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 10 Sep 2010 21:40:12 +0000 (21:40 +0000)]
Allow receiving input events even if the X-server grabbed the device.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22999
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 10 Sep 2010 15:40:42 +0000 (15:40 +0000)]
[imagebuilder] fix a small typo in sed pattern
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22997
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 9 Sep 2010 21:50:07 +0000 (21:50 +0000)]
iproute2: Once the make calls were fixed up, parallel compile seems to work well.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22992
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 9 Sep 2010 21:05:51 +0000 (21:05 +0000)]
[include] pass opkg offline root as command line arg, solves caching issues when switching between multiple subtargets, thanks Ralph Hempel for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22990
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 9 Sep 2010 20:15:02 +0000 (20:15 +0000)]
[package] uhttpd: break tight loop when receiving eof during header reading (#7904)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22988
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 9 Sep 2010 00:40:25 +0000 (00:40 +0000)]
iproute2: Fix compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22987
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 8 Sep 2010 06:35:23 +0000 (06:35 +0000)]
[package] util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditionally and will fail with missing input files if ncurses was not detected during configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22982
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 8 Sep 2010 05:46:37 +0000 (05:46 +0000)]
[imagebuilder] fix arch detection pattern to cope with underscores in board name, e.g. "adm5120_mips"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22980
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 8 Sep 2010 00:36:35 +0000 (00:36 +0000)]
[imagebuilder]
- add a helper script to generate opkg.conf, attempt to detect package architecture from packages/
- fix package defaults when no package override is given, IB previously aggregated the defautls of all profiles
- introduce a repositories.conf, allows using remote opkg repositories in imagebuilder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22978
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 7 Sep 2010 22:20:26 +0000 (22:20 +0000)]
[package] base-files: add an experimental "-c" flag which tries to preserve *all* changed files in /overlay/etc minus some system files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22977
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 7 Sep 2010 21:26:12 +0000 (21:26 +0000)]
[kirkwood] fix Dockstart default rdate interface in system config, reformat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22975
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 7 Sep 2010 21:22:07 +0000 (21:22 +0000)]
[imagebuilder] use --force-run-hooks for host opkg install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22973
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 7 Sep 2010 10:00:34 +0000 (10:00 +0000)]
From: Joseph Roback <openwrt-devel@roback.cc>
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 6 Sep 2010 21:22:54 +0000 (21:22 +0000)]
host.mk: Don't use bash-ism
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22963
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 6 Sep 2010 19:58:05 +0000 (19:58 +0000)]
[package] opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Sep 2010 16:34:45 +0000 (16:34 +0000)]
[ifxmips]
extracted firmware files were generated with an incorrect umask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22957
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Mon, 6 Sep 2010 13:56:43 +0000 (13:56 +0000)]
[omap35xx] add package python-cjson to gumstix profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22956
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 6 Sep 2010 11:41:09 +0000 (11:41 +0000)]
package/kernel: update crypto.mk for kernel 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22954
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 6 Sep 2010 07:22:26 +0000 (07:22 +0000)]
package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 6 Sep 2010 02:31:37 +0000 (02:31 +0000)]
[x86] adjust image defaults for KVM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22950
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 6 Sep 2010 02:15:46 +0000 (02:15 +0000)]
[buildroot] use opkg/host for package installation
- speeds up rebuild operations
- aligns generated package list format with the one created by opkg on the target
- fixes broken dependency handling in imagebuilder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22949
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 6 Sep 2010 02:13:19 +0000 (02:13 +0000)]
[package] base-files: make build dependant on opkg/host
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22948
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 6 Sep 2010 02:12:14 +0000 (02:12 +0000)]
[package] opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend libtool/host
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22947
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.068925 seconds and 4 git commands to generate.