diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2016-02-03 23:57:35 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-02-03 23:57:35 +0000 |
commit | 404c2df5cc58f5c3d9e5dd230a03c3c482fb396b (patch) | |
tree | d9851c5584a654499d30c3fd2eaa086386f0d45a /target/linux | |
parent | 121e6d83094e38da737e21fe198b14d5cb6d2a54 (diff) | |
download | master-187ad058-404c2df5cc58f5c3d9e5dd230a03c3c482fb396b.tar.gz master-187ad058-404c2df5cc58f5c3d9e5dd230a03c3c482fb396b.tar.bz2 master-187ad058-404c2df5cc58f5c3d9e5dd230a03c3c482fb396b.zip |
sunxi: update orangepi-plus profile to reflect the real uboot package
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/profiles/orangepi_plus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/profiles/orangepi_plus.mk b/target/linux/sunxi/profiles/orangepi_plus.mk index c83f508655..3da9da7fb1 100644 --- a/target/linux/sunxi/profiles/orangepi_plus.mk +++ b/target/linux/sunxi/profiles/orangepi_plus.mk @@ -8,7 +8,7 @@ define Profile/orangepi_plus NAME:=orangepi_plus PACKAGES:=\ - kmod-rtc-sunxi uboot-sunxi-xunlong_orangepi_plus + kmod-rtc-sunxi uboot-sunxi-orangepi_plus endef define Profile/orangepi_plus/Description |