diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-01-04 13:46:43 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-01-04 13:46:43 +0000 |
commit | 8f910379563439126ca5fb3b2335e4e7e0bbd315 (patch) | |
tree | c0d2b5d0826beb1463469eb887c1a21ab8dd550c /target/linux/sunxi/Makefile | |
parent | 24f6cc742b40c58219db867048b1c71687243433 (diff) | |
download | master-187ad058-8f910379563439126ca5fb3b2335e4e7e0bbd315.tar.gz master-187ad058-8f910379563439126ca5fb3b2335e4e7e0bbd315.tar.bz2 master-187ad058-8f910379563439126ca5fb3b2335e4e7e0bbd315.zip |
sunxi: move sunxi-sid (security ID) off to module
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 0ababde87b..c340d86b8d 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -17,7 +17,7 @@ MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> LINUX_VERSION:=3.12.5 KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += uboot-envtools uboot-sunxi +DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi # A10: Cortex-A8 # A13: Cortex-A8 |