enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/staging/wigyori.git] / target / linux / at91-2.6 / image / u-boot / patches / 003-mac_init.patch
1 --- u-boot-1.1.4.org/lib_arm/board.c 2006-06-05 12:36:22.000000000 +0200
2 +++ u-boot-1.1.4.tmp/lib_arm/board.c 2006-06-05 12:36:44.000000000 +0200
3 @@ -332,6 +332,11 @@
4 }
5 #endif /* CONFIG_DRIVER_SMC91111 || CONFIG_DRIVER_LAN91C96 */
6
7 +#ifdef CONFIG_MACH_VLINK
8 + printf("Initialising MAC address\n\r");
9 + eth_init(gd->bd);
10 +#endif
11 +
12 /* Initialize from environment */
13 if ((s = getenv ("loadaddr")) != NULL) {
14 load_addr = simple_strtoul (s, NULL, 16);