Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opkg: - implement --add-dest and --add-arch commandline options, this allows ↵ | Jo-Philipp Wich | 2010-09-12 | 5 | -21/+254 |
| | | | | | | 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 SVN-Revision: 23032 | ||||
* | override ARCH_PACKAGES | Jo-Philipp Wich | 2010-09-12 | 2 | -0/+2 |
| | | | | SVN-Revision: 23031 | ||||
* | override ARCH_PACKAGES | Jo-Philipp Wich | 2010-09-12 | 2 | -0/+2 |
| | | | | SVN-Revision: 23030 | ||||
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵ | Jo-Philipp Wich | 2010-09-12 | 4 | -3/+15 |
| | | | | | | 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. SVN-Revision: 23029 | ||||
* | Fix compilation of crypto modules. This fixes #7920 | Michael Büsch | 2010-09-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 23028 | ||||
* | iproute2: Add lex/yacc files dependencies. Refresh other patches. | Michael Büsch | 2010-09-12 | 6 | -39/+80 |
| | | | | SVN-Revision: 23027 | ||||
* | Fix kernel crypto modules for >= 2.6.36 | Michael Büsch | 2010-09-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 23026 | ||||
* | firewall: - simplify masquerade rule setup - remove various subshell ↵ | Jo-Philipp Wich | 2010-09-11 | 7 | -94/+114 |
| | | | | | | 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 SVN-Revision: 23024 | ||||
* | 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does ↵ | Jo-Philipp Wich | 2010-09-11 | 2 | -3/+3 |
| | | | | | | not like it anymore SVN-Revision: 23022 | ||||
* | ccache TARGET_CXX | Florian Fainelli | 2010-09-11 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Alam Arias <Alam.GBC@gmail.com> SVN-Revision: 23008 | ||||
* | nvvram: no checksum error recording on WRT54G3GV2(-VF) | Florian Fainelli | 2010-09-11 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | 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> SVN-Revision: 23007 | ||||
* | omap24xx: Add default network config | Michael Büsch | 2010-09-11 | 2 | -0/+29 |
| | | | | SVN-Revision: 23004 | ||||
* | omap24xx: Add pointercal file | Michael Büsch | 2010-09-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 23003 | ||||
* | update acx-mac80211 to 20100830 | Florian Fainelli | 2010-09-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 23002 | ||||
* | fix acx-mac80211 build failure with latest compat-wireless | Florian Fainelli | 2010-09-11 | 1 | -0/+33 |
| | | | | SVN-Revision: 23001 | ||||
* | Refresh patch | Michael Büsch | 2010-09-10 | 1 | -15/+15 |
| | | | | SVN-Revision: 23000 | ||||
* | Allow receiving input events even if the X-server grabbed the device. | Michael Büsch | 2010-09-10 | 1 | -0/+31 |
| | | | | SVN-Revision: 22999 | ||||
* | fix a small typo in sed pattern | Jo-Philipp Wich | 2010-09-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22997 | ||||
* | iproute2: Once the make calls were fixed up, parallel compile seems to work ↵ | Michael Büsch | 2010-09-09 | 1 | -1/+5 |
| | | | | | | well. SVN-Revision: 22992 | ||||
* | pass opkg offline root as command line arg, solves caching issues when ↵ | Jo-Philipp Wich | 2010-09-09 | 1 | -2/+2 |
| | | | | | | switching between multiple subtargets, thanks Ralph Hempel for reporting SVN-Revision: 22990 | ||||
* | uhttpd: break tight loop when receiving eof during header reading (#7904) | Jo-Philipp Wich | 2010-09-09 | 2 | -1/+5 |
| | | | | SVN-Revision: 22988 | ||||
* | iproute2: Fix compilation | Michael Büsch | 2010-09-09 | 1 | -4/+7 |
| | | | | SVN-Revision: 22987 | ||||
* | util-linux-ng: make build depend on libncurses, cfdisk is compiled ↵ | Jo-Philipp Wich | 2010-09-08 | 1 | -1/+1 |
| | | | | | | unconditionally and will fail with missing input files if ncurses was not detected during configure SVN-Revision: 22982 | ||||
* | fix arch detection pattern to cope with underscores in board name, e.g. ↵ | Jo-Philipp Wich | 2010-09-08 | 1 | -1/+2 |
| | | | | | | "adm5120_mips" SVN-Revision: 22980 | ||||
* | - add a helper script to generate opkg.conf, attempt to detect package ↵ | Jo-Philipp Wich | 2010-09-08 | 4 | -10/+56 |
| | | | | | | 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 SVN-Revision: 22978 | ||||
* | base-files: add an experimental "-c" flag which tries to preserve *all* ↵ | Jo-Philipp Wich | 2010-09-07 | 2 | -3/+20 |
| | | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977 | ||||
* | fix Dockstart default rdate interface in system config, reformat | Jo-Philipp Wich | 2010-09-07 | 1 | -3/+5 |
| | | | | SVN-Revision: 22975 | ||||
* | use --force-run-hooks for host opkg install | Jo-Philipp Wich | 2010-09-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 22973 | ||||
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 7 | -5/+15 |
| | | | | | | | | 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> SVN-Revision: 22965 | ||||
* | host.mk: Don't use bash-ism | Michael Büsch | 2010-09-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 22963 | ||||
* | opkg: add --force-run-hooks option to run postinstall scripts in offline ↵ | Jo-Philipp Wich | 2010-09-06 | 3 | -2/+71 |
| | | | | | | root mode, utilize it for host package install SVN-Revision: 22960 | ||||
* | extracted firmware files were generated with an incorrect umask | John Crispin | 2010-09-06 | 2 | -4/+4 |
| | | | | SVN-Revision: 22957 | ||||
* | add package python-cjson to gumstix profile | Hamish Guthrie | 2010-09-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 22956 | ||||
* | package/kernel: update crypto.mk for kernel 2.6.36 | Alexandros C. Couloumbis | 2010-09-06 | 1 | -1/+2 |
| | | | | SVN-Revision: 22954 | ||||
* | package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵ | Alexandros C. Couloumbis | 2010-09-06 | 9 | -178/+631 |
| | | | | | | patches SVN-Revision: 22953 | ||||
* | adjust image defaults for KVM | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 |
| | | | | SVN-Revision: 22950 | ||||
* | use opkg/host for package installation - speeds up rebuild operations - ↵ | Jo-Philipp Wich | 2010-09-06 | 2 | -13/+33 |
| | | | | | | aligns generated package list format with the one created by opkg on the target - fixes broken dependency handling in imagebuilder SVN-Revision: 22949 | ||||
* | base-files: make build dependant on opkg/host | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 22948 | ||||
* | opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend ↵ | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+25 |
| | | | | | | libtool/host SVN-Revision: 22947 | ||||
* | metadata.pl: fix handling of HOST_BUILD_DEPENDS if a package is referenced ↵ | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 |
| | | | | | | that only exists as source pkg, e.g. libtool SVN-Revision: 22946 | ||||
* | kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -3/+3 |
| | | | | | | | | depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22945 | ||||
* | x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. ↵ | Jo-Philipp Wich | 2010-09-05 | 3 | -0/+57 |
| | | | | | | | | Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22944 | ||||
* | kernel: add VirtIO device support Add support for VirtIO-based ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -0/+48 |
| | | | | | | | | paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22943 | ||||
* | kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -6/+6 |
| | | | | | | virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22942 | ||||
* | firewall: - fix possible endless loop when the family option is used for ↵ | Jo-Philipp Wich | 2010-09-05 | 2 | -4/+6 |
| | | | | | | forwardings - only generate forwarding rules in SNAT redirect sections if src_dip is specified SVN-Revision: 22938 | ||||
* | firewall: introduce SNAT support for redirect sections | Jo-Philipp Wich | 2010-09-05 | 3 | -4/+19 |
| | | | | SVN-Revision: 22937 | ||||
* | ar71xx: select AR71XX_DEV_DSA when AR71XX_DEV_AP91_ETH is selected, do not ↵ | Felix Fietkau | 2010-09-05 | 1 | -2/+1 |
| | | | | | | select AR71XX_DEV_AP91_ETH for TL-WA901ND and TL-WR741ND SVN-Revision: 22935 | ||||
* | fix build error in tools on darwin on newer macs (patch by dirtyfreebooter) | Felix Fietkau | 2010-09-05 | 5 | -22/+3 |
| | | | | SVN-Revision: 22934 | ||||
* | Fix musb-hdrc module loading | Michael Büsch | 2010-09-05 | 1 | -2/+3 |
| | | | | SVN-Revision: 22928 | ||||
* | b43: Module option added to change the GPIO LED mask. This patch exposes the ↵ | Jo-Philipp Wich | 2010-09-04 | 1 | -0/+50 |
| | | | | | | | | | | | GPIO mask as a module option. This makes it possible to limit the GPIO lines used by the b43 module. Useful for those using the GPIO lines for other things like mmc over GPIO. It is helpful to those not able / interested in recompiling OpenWRT themselves. The default action is the same as before, that is 0xf gpiomask. Signed-off-by: Simon Gaynor <openwrt@simong.net> SVN-Revision: 22927 |