diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
commit | 614683faf8029100802db06a825648d0b6490285 (patch) | |
tree | 7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/profiles/100-gta02.mk | |
parent | 4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff) | |
download | upstream-614683faf8029100802db06a825648d0b6490285.tar.gz upstream-614683faf8029100802db06a825648d0b6490285.tar.bz2 upstream-614683faf8029100802db06a825648d0b6490285.zip |
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/profiles/100-gta02.mk')
-rw-r--r-- | target/linux/s3c24xx/profiles/100-gta02.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/s3c24xx/profiles/100-gta02.mk b/target/linux/s3c24xx/profiles/100-gta02.mk deleted file mode 100644 index b5f59868bb..0000000000 --- a/target/linux/s3c24xx/profiles/100-gta02.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/openmoko-gta02 - NAME:=Openmoko GTA-02 (default) -endef - -define Profile/openmoko-gta02/Description - Package set compatible with the Openmoko GTA-02 hardware -endef -$(eval $(call Profile,openmoko-gta02)) - |