forked from openwrt/chaos_calmer
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from OpenIPC/feature/zigfisher_integration_hi35xx
Feature/zigfisher integration hi35xx - Last sync
- Loading branch information
Showing
123 changed files
with
18,242 additions
and
1,121,615 deletions.
There are no files selected for viewing
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,16 @@ | ||
# | ||
# Copyright (C) 2006 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
Package Description | ||
endef | ||
$(eval $(call Profile,None)) |
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,14 @@ | ||
# | ||
# Copyright (C) 2012 OpenWrt.org | ||
# | ||
|
||
SUBTARGET:=15av100 | ||
BOARDNAME:=HI3515AV100 (ARMv7) | ||
CPU_TYPE:=cortex-a9 | ||
FEATURES+=low_mem | ||
KERNEL_PATCHVER:=3.0.8 | ||
|
||
define Target/Description | ||
Build firmware images for SoC version kernel 3.0.8. \ | ||
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200. | ||
endef |
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,16 @@ | ||
# | ||
# Copyright (C) 2006 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
Package Description | ||
endef | ||
$(eval $(call Profile,None)) |
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,14 @@ | ||
# | ||
# Copyright (C) 2012 OpenWrt.org | ||
# | ||
|
||
SUBTARGET:=15cv100 | ||
BOARDNAME:=HI3515CV100 (ARMv7) | ||
CPU_TYPE:=cortex-a9 | ||
FEATURES+=low_mem | ||
KERNEL_PATCHVER:=3.0.8 | ||
|
||
define Target/Description | ||
Build firmware images for SoC version kernel 3.0.8. \ | ||
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200. | ||
endef |
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,16 @@ | ||
# | ||
# Copyright (C) 2006 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
Package Description | ||
endef | ||
$(eval $(call Profile,None)) |
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,14 @@ | ||
# | ||
# Copyright (C) 2012 OpenWrt.org | ||
# | ||
|
||
SUBTARGET:=16av200 | ||
BOARDNAME:=HI3516AV200 (ARMv7) | ||
CPU_TYPE:=cortex-a9 | ||
FEATURES+=low_mem | ||
KERNEL_PATCHVER:=3.0.8 | ||
|
||
define Target/Description | ||
Build firmware images for SoC version kernel 3.0.8. \ | ||
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200. | ||
endef |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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,16 @@ | ||
# | ||
# Copyright (C) 2006 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/JVT_S130H18VF | ||
NAME:=JVT S130H18VF | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/JVT_S130H18VF/Description | ||
JVT IP camera, model: S130H18VF, based on HI3518EV200 | ||
endef | ||
$(eval $(call Profile,JVT_S130H18VF)) |
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,16 @@ | ||
# | ||
# Copyright (C) 2006 OpenWrt.org | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
define Profile/SWITCAM_HS303 | ||
NAME:=SWITCAM HS303 | ||
PACKAGES:=busybox iw iwinfo kmod-rtl8188fu hostapd-common rtl8188fu-firmware wireless-tools wpad-mini | ||
endef | ||
|
||
define Profile/SWITCAM_HS303/Description | ||
SWITCAM IP camera, model: HS303, based on HI3518EV200 + WiFi USB module RTL8188FU | ||
endef | ||
$(eval $(call Profile,SWITCAM_HS303)) |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
define Profile/None | ||
NAME:=None | ||
PACKAGES:= | ||
PACKAGES:=busybox | ||
endef | ||
|
||
define Profile/None/Description | ||
|
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.