Skip to content

Commit

Permalink
add ssc333 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cronyx committed Nov 6, 2023
1 parent 456fe58 commit 887f58d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- gk7205v300
- gk7202v300
- gk7605v100
- ssc333
- ssc335
- ssc335de
- ssc337
Expand Down
12 changes: 12 additions & 0 deletions br-ext-chip-sigmastar/configs/ssc333_lite_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ BR2_TARGET_GENERIC_HOSTNAME="openipc-ssc333"
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/package/all-patches"

# OpenIPC packages
BR2_PACKAGE_AWS_WEBRTC=y
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config"
BR2_PACKAGE_DROPBEAR_OPENIPC=y
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
Expand Down Expand Up @@ -99,6 +100,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
# BR2_PACKAGE_RTL8188EU is not set
# BR2_PACKAGE_RTL8192EU_OPENIPC is not set
BR2_PACKAGE_SSW101B=y

# Debug
# BR2_PACKAGE_HOST_GDB is not set
Expand All @@ -107,3 +109,13 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
# CCACHE
BR2_CCACHE=y
BR2_CCACHE_DIR="$(HOME)/.ccache"

# External
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-musleabihf"
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_9=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
7 changes: 7 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ if [ "$1" = "rtl8188fu-hi3518ev300-unknown1" ]; then
exit 0
fi

# SSC333 Tapo C110
if [ "$1" = "ssw101b-ssc333-tapo-c110" ]; then
set_gpio 16 1
modprobe ssw101b_wifi_usb
exit 0
fi

# SSC337DE Foscam
if [ "$1" = "rtl8188fu-ssc337de-foscam" ]; then
set_gpio 15 0
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 887f58d

Please sign in to comment.