mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: add support for the Senao/EnGenius ESR-9753 board
Signed-off-by: Artur Wronowski <arteqw@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -94,6 +94,7 @@ CONFIG_RAMIPS_WDT=y
|
||||
CONFIG_RT305X_MACH_ARGUS_ATP52B=y
|
||||
CONFIG_RT305X_MACH_BC2=y
|
||||
CONFIG_RT305X_MACH_DIR_300_REVB=y
|
||||
CONFIG_RT305X_MACH_ESR_9753=y
|
||||
CONFIG_RT305X_MACH_F5D8235_V2=y
|
||||
CONFIG_RT305X_MACH_FONERA20N=y
|
||||
CONFIG_RT305X_MACH_HW550_3G=y
|
||||
|
||||
16
target/linux/ramips/rt305x/profiles/engenius.mk
Normal file
16
target/linux/ramips/rt305x/profiles/engenius.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/ESR9753
|
||||
NAME:=EnGenius Profile
|
||||
PACKAGES:=
|
||||
endef
|
||||
|
||||
define Profile/ESR9753/Description
|
||||
EnGenius profile.
|
||||
endef
|
||||
$(eval $(call Profile,ESR9753))
|
||||
Reference in New Issue
Block a user