1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

RB153 must use the generic RB1xx's setup code

SVN-Revision: 9491
This commit is contained in:
Gabor Juhos 2007-11-03 15:35:25 +00:00
parent 7beed53403
commit 7c70e465c7

@ -283,8 +283,8 @@ static void __init rb150_setup(void)
static void __init rb153_setup(void)
{
rb150_setup();
rb153_cf_setup();
rb1xx_setup();
}
/*--------------------------------------------------------------------------*/