Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 43358master
parent
c26c5eff0e
commit
b3ce1c4ea6
@ -0,0 +1,30 @@ |
||||
/dts-v1/; |
||||
|
||||
/include/ "bcm6358.dtsi" |
||||
|
||||
/ { |
||||
model = "Pirelli Alice Gate AGPF-S0"; |
||||
compatible = "pirelli,agpf-s0", "brcm,bcm6358"; |
||||
}; |
||||
|
||||
&pflash { |
||||
status = "ok"; |
||||
|
||||
linux,part-probe = "bcm63xxpart"; |
||||
|
||||
cfe@0 { |
||||
label = "CFE"; |
||||
reg = <0x000000 0x020000>; |
||||
read-only; |
||||
}; |
||||
|
||||
linux@20000 { |
||||
label = "linux"; |
||||
reg = <0x020000 0xfc0000>; |
||||
}; |
||||
|
||||
nvram@fe0000 { |
||||
label = "nvram"; |
||||
reg = <0xfe0000 0x020000>; |
||||
}; |
||||
}; |
@ -0,0 +1,16 @@ |
||||
#
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/AGPF_S0 |
||||
NAME:=Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0
|
||||
PACKAGES:=kmod-b43 wpad-mini\
|
||||
kmod-usb2 kmod-usb-ohci
|
||||
endef |
||||
define Profile/AGPF_S0/Description |
||||
Package set optimized for AGPF-S0.
|
||||
endef |
||||
$(eval $(call Profile,AGPF_S0)) |
Loading…
Reference in new issue