forked from openwrt/chaos_calmer
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
4,698 additions
and
93 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
target/linux/hisilicon/armv5tej/profiles/HI3518EV100-01_intram_8flash_ip101_i2c.mk
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Copyright (C) 2007-2013 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/hi3518av100 | ||
NAME:=hi3518av100, default | ||
PACKAGES:=busybox demo | ||
endef | ||
|
||
define Profile/hi3518av100/Description | ||
Package set compatible with hardware any Hisilicon hi3518av100 SoC. | ||
endef | ||
|
||
$(eval $(call Profile,hi3518av100)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Copyright (C) 2007-2013 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/hi3518cv100 | ||
NAME:=hi3518cv100, default | ||
PACKAGES:=busybox demo | ||
endef | ||
|
||
define Profile/hi3518cv100/Description | ||
Package set compatible with hardware any Hisilicon hi3518cv100 SoC. | ||
endef | ||
|
||
$(eval $(call Profile,hi3518cv100)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Copyright (C) 2007-2013 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/hi3518ev100 | ||
NAME:=hi3518ev100, default | ||
PACKAGES:=busybox demo | ||
endef | ||
|
||
define Profile/hi3518ev100/Description | ||
Package set compatible with hardware any Hisilicon hi3518ev100 SoC. | ||
endef | ||
|
||
$(eval $(call Profile,hi3518ev100)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Copyright (C) 2007-2013 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/hi3518ev200 | ||
NAME:=hi3518ev200, default | ||
PACKAGES:=busybox demo | ||
endef | ||
|
||
define Profile/hi3518ev200/Description | ||
Package set compatible with hardware any Hisilicon hi3518ev200 SoC. | ||
endef | ||
|
||
$(eval $(call Profile,hi3518ev200)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Copyright (C) 2007-2013 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/hi3518ev201 | ||
NAME:=hi3518ev201, default | ||
PACKAGES:=busybox demo | ||
endef | ||
|
||
define Profile/hi3518ev201/Description | ||
Package set compatible with hardware any Hisilicon hi3518ev201 SoC. | ||
endef | ||
|
||
$(eval $(call Profile,hi3518ev201)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.