2012.01.05. 22:45 keltezéssel, Cezary Jackiewicz írta: > Dnia 2012-01-05, o godz. 22:09:11 > Gabor Juhos <[email protected]> napisał(a): > > [...] >> Please remove the ar71xx_eth{0,1}_data.* initialization. Those values are >> configured automatically for AR7240 since r29103. > > Yes, indeed. > > v1.1 > > Signed-off-by: Cezary Jackiewicz <[email protected]> > --- > > --- target/linux/ar71xx/config-2.6.37 (wersja 27297) > +++ target/linux/ar71xx/config-2.6.37 (kopia robocza)
Erm, 2.6.37? > @@ -33,6 +32,7 @@ > CONFIG_AR71XX_MACH_PB92=y > CONFIG_AR71XX_MACH_RB4XX=y > CONFIG_AR71XX_MACH_RB750=y > +CONFIG_AR71XX_MACH_RW2458N=y > CONFIG_AR71XX_MACH_TEW_632BRP=y > CONFIG_AR71XX_MACH_TL_MR3X20=y > CONFIG_AR71XX_MACH_TL_WA901ND=y The next hunk does not belongs to the kernel configuration at all. It seems that a few lines are missing from here. > @@ -687,6 +687,11 @@ > $(call > Image/Build/Template/$(fs_squash)/$(1),Cameo913x,dir-615-c1,$(dir615c1_cmdline),"AP81-AR9130-RT-070614-02") > endef > > +rw2458n_cmdline=board=RW2458N console=ttyS0,115200 > +define Image/Build/Profile/RW2458N > + $(call > Image/Build/Template/$(fs_64k)/$(1),UBNTXM,rw2458n,$(rw2458n_cmdline),XM,UBNTXM,ar7240) > +endef > + > tew632brp_cmdline=board=TEW-632BRP console=ttyS0,115200 > define Image/Build/Profile/TEW632BRP > $(call > Image/Build/Template/$(fs_squash)/$(1),Cameo913x,tew-632brp,$(tew632brp_cmdline),"AP81-AR9130-RT-070614-00") > @@ -950,6 +955,7 @@ _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
