diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:42:49 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:42:49 +0000 |
commit | d4c8c5d3a097232b50c594b9a95f699182d25784 (patch) | |
tree | b8b1e52b217cd8023846481684ad270bd563cd4b /target/linux/s3c24xx | |
parent | 13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b (diff) | |
download | upstream-d4c8c5d3a097232b50c594b9a95f699182d25784.tar.gz upstream-d4c8c5d3a097232b50c594b9a95f699182d25784.tar.bz2 upstream-d4c8c5d3a097232b50c594b9a95f699182d25784.zip |
change boardnames
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 705ceb0cb2..c5a4a94509 100644 --- a/target/linux/s3c24xx/Makefile +++ b/target/linux/s3c24xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=s3c24xx -BOARDNAME:=s3c24xx +BOARDNAME:=Samsung S3C24xx FEATURES:=jffs2 CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time |