73e982ce0cFix the issue where the default gateway is not set in static mode most of the time. Seems like the bridge is not fast enough at switching to 'forwarding' mode so a short delay before setting the routes is necessary.
Felix Fietkau
2007-01-17 21:29:53 +00:00
38912058a0fix dropbear config (#960)
Felix Fietkau
2007-01-17 20:24:36 +00:00
2bc7cf5b35Use nbd's fix for Zip files.
Mike Albon
2007-01-16 18:13:19 +00:00
e564537749remove bogus part of the broadcom target descriptions
Felix Fietkau
2007-01-16 02:16:03 +00:00
522199f7effix a small typo
Felix Fietkau
2007-01-15 00:10:00 +00:00
7cb45c3be8show package list on make info in the image builder
Felix Fietkau
2007-01-14 23:49:23 +00:00
351d0d4b07Fix config checks for Image Builder and SDK - only build them when requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package.
Felix Fietkau
2007-01-14 23:37:40 +00:00
fd9477a18fremove BIN_DIR on make clean in the image builder
Felix Fietkau
2007-01-14 23:12:30 +00:00
6ff2e88641fix x86 image builder
Felix Fietkau
2007-01-14 22:59:51 +00:00
d18161d2dfadd checks for {ip,ip6}addr in the network config
Felix Fietkau
2007-01-14 22:29:13 +00:00
28b503b47finclude the default profile in target.mk as well - required for the image builder on certain targets
Felix Fietkau
2007-01-14 21:44:13 +00:00
065c6c0f97move another DEFAULT:=y and fix a dependency bug
Felix Fietkau
2007-01-14 17:58:43 +00:00
ee54f19d41move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
Felix Fietkau
2007-01-14 17:56:42 +00:00
28f97f9fc3include section name in the package metadata
Felix Fietkau
2007-01-14 12:21:39 +00:00
374f384350include .targetinfo in the image builder, and allow direct calls to the package_index target
Felix Fietkau
2007-01-14 10:49:00 +00:00
56cb557d10add maintainer to package metadata
Felix Fietkau
2007-01-13 14:09:48 +00:00
06e88a80c7merge the scripts dealing with package/target metadata to remove some redundant code
Felix Fietkau
2007-01-13 14:05:14 +00:00
0e3a29c270Fix the annoying base-files autorebuild bug. When checking file mtimes in directories, timestamp.pl was following symlinks. This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory.
Felix Fietkau
2007-01-12 11:09:05 +00:00
5605b82835fix unpacking of .zip files
Felix Fietkau
2007-01-11 19:07:12 +00:00
76722ae538disable pcmcia for atheros-2.6
Felix Fietkau
2007-01-11 18:47:44 +00:00
4b7c210555Rename patches to match conventions
Florian Fainelli
2007-01-11 17:28:16 +00:00
c3e1e22743Remove this unnecessary patch
Florian Fainelli
2007-01-11 16:35:18 +00:00
c4f483ed4cOk, try to make shfs work with 2.6.19, raw fixes, so might need better reading of the FS api changes
Florian Fainelli
2007-01-11 14:05:01 +00:00
d99f9e599abump version numbers of linksys images, because the linksys firmware often refuses to downgrade
Felix Fietkau
2007-01-11 09:54:51 +00:00
dc07dd9704force rebuild of the imagebuilder
Felix Fietkau
2007-01-11 09:49:43 +00:00
7a6a646497Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
Felix Fietkau
2007-01-10 21:52:28 +00:00
927fb16abbdon't mess with the staging dir too much when building the sdk
Felix Fietkau
2007-01-10 21:21:59 +00:00
7331c3c39fcosmetic fixes for ipkg
Felix Fietkau
2007-01-10 16:56:05 +00:00
c4c89c8379include the full board name in .target.mk
Felix Fietkau
2007-01-10 16:55:32 +00:00
a360c33116enable pretty lsmod output for linux 2.6
Felix Fietkau
2007-01-10 16:20:40 +00:00
e4390854dffix madwifi mode selection problems
Felix Fietkau
2007-01-10 16:14:16 +00:00
a80df62566include default package set in .target.mk
Felix Fietkau
2007-01-10 16:01:07 +00:00
bf3654cc10add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
Nicolas Thill
2007-01-10 11:59:42 +00:00
5e38ee74a5extend tmp/.target.mk to include target profile information - preparation for the image builder
Felix Fietkau
2007-01-09 19:15:27 +00:00
084ed38042fix typo
Felix Fietkau
2007-01-09 17:40:25 +00:00
a07ed4abe1upgrade hostapd to 0.5.7 (patch from #1133)
Felix Fietkau
2007-01-09 15:10:26 +00:00
656412d1a3Forward port whiterussian resolv.conf changes /etc/resolv.conf links to /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1
Felix Fietkau
2007-01-08 21:33:53 +00:00
cd10aa726fadd some more checks to the telnet init script
Felix Fietkau
2007-01-08 21:31:29 +00:00
097ec4d16cfix a small dependency problem
Felix Fietkau
2007-01-08 17:31:13 +00:00
04378c334ffix a typo
Felix Fietkau
2007-01-08 16:39:40 +00:00
51f304152cuse alsa-driver for 2.4 only (2.6 has it in-tree)
Felix Fietkau
2007-01-08 12:56:22 +00:00
dab4271cefAdd a subsection on the bootloaders
Florian Fainelli
2007-01-08 10:13:55 +00:00
0f6a90e0dbAdd a "submitting patches" subsection
Florian Fainelli
2007-01-08 10:00:49 +00:00
4ed0e31266Change category to Filesystems
Florian Fainelli
2007-01-08 09:52:32 +00:00
5d4a0559ebBackport linux-atm api from 2.6.8.1 for brcm63xx
Florian Fainelli
2007-01-08 09:51:40 +00:00
0274fc357bbrcm63xx has ATM support
Florian Fainelli
2007-01-08 09:51:10 +00:00
e7704d111cadd a patch to use our target ar, not the host one (closes: #1164)
Nicolas Thill
2007-01-08 02:35:38 +00:00
bed47be36cmore use of the INSTALL_DIR variable
Nicolas Thill
2007-01-08 00:53:24 +00:00
6999dd0f42fix rt61 build on 2.4
Nicolas Thill
2007-01-07 23:29:43 +00:00
040e093439don't exit from failsafe mode after the console shell quits (some devices don't have /dev/console)
Felix Fietkau
2007-01-07 17:38:29 +00:00
36f961d406fix grub bootopts (#1145)
Felix Fietkau
2007-01-07 16:13:39 +00:00
395eedf86a- Wrap long lines in the documentation, so that patches to the .tex files are more readable. - Fix several typos (see #1163)
Felix Fietkau
2007-01-07 16:06:53 +00:00
5d22a52440add a netconfig override for the wl-500g (fixes#1116)
Felix Fietkau
2007-01-07 15:41:47 +00:00
b266b01045Add initial version of the brcm-2.6 rewrite, called brcm47xx-2.6 to better distinguish it from 63xx.
Felix Fietkau
2007-01-07 15:35:36 +00:00
8ca620c2a6add missing part from [6013]
Felix Fietkau
2007-01-07 15:26:02 +00:00
16ab10a683move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between those two. symlink will be added in the next commit (i don't think svn can do that change atomically)
Felix Fietkau
2007-01-07 15:25:26 +00:00
66b58ae229busybox: remove the bogus SIZEOF_LONG check (#1127)
Felix Fietkau
2007-01-07 15:18:15 +00:00
dd03b56357fix memory leak in switch drivers (patch from #1132)
Felix Fietkau
2007-01-07 14:59:43 +00:00
9ad2609933drop -Werror from busybox - prevents compile errors like #1130
Felix Fietkau
2007-01-06 18:56:46 +00:00
10f15193a2Convert kmod-shfs to the KernelPackage template
Florian Fainelli
2007-01-05 20:36:06 +00:00
3f881e9573upgrade to Linux 2.4.34
Imre Kaloz
2007-01-05 20:09:34 +00:00
09b0a6feb6upgrade wpa_supplicant to v0.5.7 for #1133
Imre Kaloz
2007-01-05 20:08:26 +00:00
d82a8a3da0fix kernel compile on real operating systems :P (closes#1150)
Imre Kaloz
2007-01-05 19:47:31 +00:00
102e46bf19fix typo (closes#1149)
Imre Kaloz
2007-01-05 18:54:36 +00:00
76b24f64faUse the KernelPackage template instead of kmod-foo
Florian Fainelli
2007-01-05 15:36:58 +00:00
4f014d13c4Also use INSTALL_CONF for ppp
Florian Fainelli
2007-01-05 15:34:48 +00:00
efd05a509fAdd a doc target and use the defined source feeds to make symlinks
Florian Fainelli
2007-01-05 15:34:14 +00:00
14c796aca1Add support for source feeds in menuconfig
Florian Fainelli
2007-01-05 15:33:14 +00:00
99da585ca2malbon has contributed to flash map driver as well, update the driver description
Florian Fainelli
2007-01-05 15:32:41 +00:00
3902c7145fMake 6348 as the default target, yeah, what a fix :/
Florian Fainelli
2007-01-05 15:31:39 +00:00
1073e86f40brcm63xx devices also have USB as well
Florian Fainelli
2007-01-05 15:31:03 +00:00
48bed14af3Update the README to something more realistic
Florian Fainelli
2007-01-05 15:30:25 +00:00
3fc2a24f04Add an OSX specific patch to make the kernel be compiled
Florian Fainelli
2007-01-05 15:29:54 +00:00
6bc5b7ae43Remove getline definition for OSX since we ship a getline implementation
Florian Fainelli
2007-01-05 15:29:21 +00:00
b6b8207caeAdd some more comments on the feeds script, use parameters in functions
Florian Fainelli
2007-01-05 15:28:52 +00:00
9ec6cf2939Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended later
Florian Fainelli
2007-01-05 15:28:16 +00:00
e7a59e57f9Add an OSX specific patch to compile busybox with Darwin, possible fix for BSDs as well
Florian Fainelli
2007-01-05 15:27:24 +00:00
600dace307Add some more documentation : how to add a new target to OpenWrt, howto report bugs, change the svn:ignore property on the docs/ repository
Florian Fainelli
2007-01-05 15:26:38 +00:00
75894edf2f/etc/config/* should use INSTALL_DATA
Tim Yardley
2007-01-04 16:51:41 +00:00
1cd10f0538add a patch for grub-0.97 from LFS to fix segfaults on x86_64
Nicolas Thill
2007-01-04 14:28:17 +00:00
c15d072541fix b/g mode selection for madwifi, update documentation
Felix Fietkau
2007-01-04 01:29:01 +00:00
80c5a55e3eFix pfkey compile problem on 2.4 kernels.
Mike Albon
2007-01-03 13:32:32 +00:00
e0f251d25ftweak grub install in x86 ext2 images
Nicolas Thill
2007-01-02 19:38:52 +00:00
6a3be09b04fix grub segfaults on hosts where gcc is built with stack smashing protection
Nicolas Thill
2007-01-02 19:36:39 +00:00
6f21268047Was not selected by default actually :/
Florian Fainelli
2007-01-02 09:32:19 +00:00
66cb7db1f9Add another download source, also mirror it to openwrt mirror (#1124)
Florian Fainelli
2007-01-02 08:37:00 +00:00
73e0ae167dEnable pcmcia for brcm63xx (#1125)
Florian Fainelli
2007-01-02 08:25:44 +00:00
34272dbc04fix iptables warning about 'wierd' interface names (#1082)
Felix Fietkau
2007-01-01 23:31:36 +00:00
db9220ba83replace our no_shadow fix with a better patch from upstream (#1118)
Felix Fietkau
2007-01-01 23:27:16 +00:00
0d0cb7bf9cmake ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from wireless-dev later
Felix Fietkau
2007-01-01 23:23:45 +00:00